Features

List Features

get

To be confirmed.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Query parameters
filter[name]stringOptional

Filter results by name.

filter[scope]stringOptional

Filter results by scope.

filter[model_name]stringOptional

Filter results by model_name.

filter[model_id]stringOptional

Filter results by model_id.

sortstringOptional

Sort field. Prefix with - for descending. Available: name, scope

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

No content

get
/api/v1/features

No content

List Features

get

To be confirmed.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Query parameters
filter[name]stringOptional

Filter results by name.

filter[scope]stringOptional

Filter results by scope.

filter[model_name]stringOptional

Filter results by model_name.

filter[model_id]stringOptional

Filter results by model_id.

sortstringOptional

Sort field. Prefix with - for descending. Available: name, scope

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

No content

get
/api/v1/patchworks/features

No content

Update Feature

put

To be confirmed.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
featurestringRequired

The feature identifier.

Responses
chevron-right
200

Successful response

No content

put
/api/v1/patchworks/features/{feature}

No content

Delete Feature

delete

To be confirmed.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
featurestringRequired

The feature identifier.

Responses
chevron-right
200

Successful response

No content

delete
/api/v1/patchworks/features/{feature}

No content

Last updated

Was this helpful?