Features
API key passed in the Authorization header. Format: <api-key>
Filter results by name.
Filter results by scope.
Filter results by model_name.
Filter results by model_id.
Sort field. Prefix with - for descending. Available: name, scope
Page number for pagination.
1Number of results per page.
Successful response
No content
Unauthenticated
Unauthorized
GET /api/v1/features HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
No content
API key passed in the Authorization header. Format: <api-key>
Filter results by name.
Filter results by scope.
Filter results by model_name.
Filter results by model_id.
Sort field. Prefix with - for descending. Available: name, scope
Page number for pagination.
1Number of results per page.
Successful response
No content
Unauthenticated
Unauthorized
GET /api/v1/patchworks/features HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
No content
API key passed in the Authorization header. Format: <api-key>
The feature identifier.
Successful response
No content
Unauthenticated
Unauthorized
Validation Error
PUT /api/v1/patchworks/features/{feature} HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
No content
API key passed in the Authorization header. Format: <api-key>
The feature identifier.
Successful response
No content
Unauthenticated
Unauthorized
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?