Paths
Manage legacy storage paths using Stook API v1.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organization_uuidstringRequired
The UUID of the organization
path_uuidstringRequired
The UUID of the path
Responses
200
Path details retrieved successfully
application/json
get
/api/v1/stook/{organization_uuid}/path/{path_uuid}200
Path details retrieved successfully
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organization_uuidstringRequired
The UUID of the organization
path_uuidstringRequired
The UUID of the path
Body
labelstringRequired
The label of the path
statusbooleanRequired
The status of the path
Responses
200
Path successfully updated
application/json
put
/api/v1/stook/{organization_uuid}/path/{path_uuid}200
Path successfully updated
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organization_uuidstringRequired
The UUID of the organization
path_uuidstringRequired
The UUID of the path
Responses
200
Path successfully deleted
application/json
delete
/api/v1/stook/{organization_uuid}/path/{path_uuid}200
Path successfully deleted
Last updated
Was this helpful?