Skip to main content
PUT
/
schemas
/
{id}
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "My Schema",
  "schema": {
    "foo": "bar"
  }
}

Path Parameters

id
string
required

Body

application/json
id
string
required

The id of the schema

Example:

"123e4567-e89b-12d3-a456-426614174000"

name
string
required

The name of the schema

Example:

"My Schema"

schema
object
required

The schema

Example:
{ "foo": "bar" }

Response

Schema updated successfully

id
string
required

The id of the schema

Example:

"123e4567-e89b-12d3-a456-426614174000"

name
string
required

The name of the schema

Example:

"My Schema"

schema
object
required

The schema

Example:
{ "foo": "bar" }