SetOrgMetadata
Set Organization Metadata
Deprecated: use organization service v2 SetOrganizationMetadata instead.
This endpoint either adds or updates a metadata value for the requested key. Make sure the value is base64 encoded.
Path Parameters
key*string
Request Body
application/json
value?string
Format
byte[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/metadata/string" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?