/amazonclouddirectory/2017-01-11/schema/publish#x-amz-data-partition
http://clouddirectory.{region}.amazonaws.com/amazonclouddirectory/2017-01-11/schema/publish#x-amz-data-partitionPublishes a development schema with a major version and a recommended minor version.
Body Params
The new name under which the schema will be published. If this is not provided, the development schema is considered.
The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
Responses
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://clouddirectory.{region}.amazonaws.com/amazonclouddirectory/2017-01-11/schema/publish#x-amz-data-partition' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}