v1

latestOpenAPI 3.1.02026-07-13182388559.6 KB
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

object required
OR

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "Storage value set successfully",
  "requestId": "abc-123"
}