For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
200

Successful response

No content

get/api/v1/features
GET /api/v1/features HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*

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
200

Successful response

No content

get/api/v1/patchworks/features
GET /api/v1/patchworks/features HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*

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
200

Successful response

No content

put/api/v1/patchworks/features/{feature}
PUT /api/v1/patchworks/features/{feature} HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*

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
200

Successful response

No content

delete/api/v1/patchworks/features/{feature}
DELETE /api/v1/patchworks/features/{feature} HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?