Persisted
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all persisted folder list
Required API key scopes
persisted_folder:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /persisted_folderExample response
Status 200
RESPONSE
Create persisted folder create
Required API key scopes
persisted_folder:writePath parameters
- project_idstring
Request parameters
- type
- protocolstring
- pathstring
Response
Example request
POST /api /projects /:project_id /persisted_folderExample response
Status 201
RESPONSE
Retrieve persisted folder retrieve
Required API key scopes
persisted_folder:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /persisted_folder /:idExample response
Status 200
RESPONSE
Update persisted folder update
Required API key scopes
persisted_folder:writePath parameters
- idstring
- project_idstring
Request parameters
- type
- protocolstring
- pathstring
Response
Example request
PATCH /api /projects /:project_id /persisted_folder /:idExample response
Status 200
RESPONSE
Delete persisted folder destroy
Required API key scopes
persisted_folder:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /persisted_folder /:id