Paths

Manage legacy storage paths using Stook API v1.

Retrieve Path Details

get
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

Update Path

put
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

Delete Path

delete
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?