schemes
Endpoints for creating, getting and updating and deleting schemes.
Get the schemes.
Get a page of schemes. Use the query parameters to modify the behaviour of this endpoint.
Create a scheme
Create a new scheme.
Get a scheme
Get a scheme from the provided scheme id.
Delete a scheme
Soft deletes a scheme, by marking the scheme as deleted in the database.
Patch a scheme
Partially update a scheme by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
Get a page of teams which use this scheme.
Get a page of teams which use this scheme. The provided Scheme ID should be for a Team-scoped Scheme.
Get a page of channels which use this scheme.
Get a page of channels which use this scheme. The provided Scheme ID should be for a Channel-scoped Scheme.