HTTP method (lowercase only).
Use patch (not get) when a read operation needs a complex
requestBody. get cannot have a request body.
HTTP path of the API operation.
Must start with /. Parameters use curly braces: {paramName}. Resource
names in camelCase. No quotes, spaces, role prefixes (/admin/), or API
version prefixes (/api/v1/).
Allowed characters: letters, digits, /, {, }, -, _, .
API endpoint information.