Paths

Manage legacy storage paths using Stook API v1.

Retrieve path details (v1)

get

Retrieves comprehensive information for a specific storage path, including associated FTP and Stook accounts.

Path parameters
organization_uuidstringRequired

Unique identifier for the organization.

path_uuidstringRequired

Unique identifier for the specific storage path.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/stook/{organization_uuid}/path/{path_uuid}

Update path (v1)

put

Updates the label and operational status of a specific storage path in the Medianova Control Panel.

Path parameters
organization_uuidstringRequired

Unique identifier for the organization.

path_uuidstringRequired

Unique identifier for the storage path to be updated.

Body
labelstringRequired

The new display label for the storage path.

statusbooleanRequired

Sets the active status of the path. Indicates whether the path is enabled.

Responses
chevron-right
200

Successful response

application/json
put
/api/v1/stook/{organization_uuid}/path/{path_uuid}
200

Successful response

Delete path (v1)

delete

Permanently removes a specific storage path from the Medianova Control Panel for the specified organization.

Path parameters
organization_uuidstringRequired

Unique identifier for the organization.

path_uuidstringRequired

Unique identifier for the storage path to be deleted.

Responses
chevron-right
200

Successful response

application/json
delete
/api/v1/stook/{organization_uuid}/path/{path_uuid}

Last updated

Was this helpful?