v1
latestOpenAPI 3.1.02026-07-13182388559.6 KBOrganization Storage
Set organization storage value
Store a key-value pair in organization storage. Shared across all workflows in the org. Optionally specify a named store.
post/v1/orgs/{orgId}/storage
Path parameters
orgIdstring required
Organization ID
Request body
Response
OK
Example response
{
"code": 200,
"message": "Storage value set successfully",
"requestId": "abc-123"
}