Organization 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.