Capabilities

Query for a single capability (Command or Request)

If the Capability exists, an HTTP 200 (OK) will be returned. If not, a 404 (Not Found) will be returned.

get/capabilities/{capability}

Path parameters

capabilitystring required

The capability you want to query for. Name matching is case insensitive. Partial matching is not supported.

Response

Indicates that the Capability exists

Existsboolean required

If true, the server has this capability and you can use it. If not, the capability is not available on this server.

Changes