Skip to main content
PUT
Update Organization Metadata

Update Organization Metadata

Updates the organization metadata and validates it against the stored schema. This endpoint requires a valid tenant API key for authentication.

Headers

string
required
API key is required. Enter your tenant-specific API key in the format ‘Bearer YOUR-API-KEY’

Path Parameters

string
required
The unique identifier of the organization

Body Parameters

object
required
The metadata object that should match the schema stored in organizationMetadata

Response

string
The unique identifier for the metadata record
string
The organization ID that this metadata belongs to
integer
The version number of the metadata record
object
The metadata object containing the custom data
string
The timestamp when the metadata was created (ISO 8601 format: “2025-06-01T14:23:45Z”)
string
The ID of the user who created the metadata

Example Request

Example Response

Error Responses