Early access features
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all early access feature
Required API key scopes
early_access_feature:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /early_access_featureExample response
Status 200
RESPONSE
Create early access feature
Required API key scopes
early_access_feature:writePath parameters
- project_idstring
Request parameters
- namestring
- descriptionstring
- stage
- documentation_urlstring
- payload
- feature_flag_idinteger
- _create_in_folderstring
Response
Example request
POST /api /projects /:project_id /early_access_featureExample response
Status 201
RESPONSE
Retrieve early access feature
Required API key scopes
early_access_feature:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /early_access_feature /:idExample response
Status 200
RESPONSE
Update early access feature
Required API key scopes
early_access_feature:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- descriptionstring
- stage
- documentation_urlstring
Response
Example request
PATCH /api /projects /:project_id /early_access_feature /:idExample response
Status 200
RESPONSE
Delete early access feature
Required API key scopes
early_access_feature:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /early_access_feature /:id