File System
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all environments file system shortcut
Required API key scopes
file_system_shortcut:readPath parameters
- environment_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:environment_id /file_system_shortcutExample response
Status 200
RESPONSE
Create environments file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- environment_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
Response
Example request
POST /api /environments /:environment_id /file_system_shortcutExample response
Status 201
RESPONSE
Retrieve environments file system shortcut
Required API key scopes
file_system_shortcut:readPath parameters
- environment_idstring
- idstring
Response
Example request
GET /api /environments /:environment_id /file_system_shortcut /:idExample response
Status 200
RESPONSE
Update environments file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- environment_idstring
- idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
Response
Example request
PATCH /api /environments /:environment_id /file_system_shortcut /:idExample response
Status 200
RESPONSE
Delete environments file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- environment_idstring
- idstring
Example request
DELETE /api /environments /:environment_id /file_system_shortcut /:idExample response
Status 204 No response body
List all file system shortcut
Required API key scopes
file_system_shortcut:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /file_system_shortcutExample response
Status 200
RESPONSE
Create file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
Response
Example request
POST /api /projects /:project_id /file_system_shortcutExample response
Status 201
RESPONSE
Retrieve file system shortcut
Required API key scopes
file_system_shortcut:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /file_system_shortcut /:idExample response
Status 200
RESPONSE
Update file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
Response
Example request
PATCH /api /projects /:project_id /file_system_shortcut /:idExample response
Status 200
RESPONSE
Delete file system shortcut
Required API key scopes
file_system_shortcut:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /file_system_shortcut /:id