Skip to main content

Update Source Schema (Full)

PUT 

/sources/:sourceId/schemas/:schemaId

This API will completely replace an existing Schema with the submitted payload. Some fields of the Schema cannot be updated. These fields are listed below.

  • id
  • name
  • created
  • modified

Any attempt to modify these fields will result in an error response with a status code of 400.

id must remain in the request body, but it cannot be changed. If id is omitted from the request body, the result will be a 400 error.

Request

Responses

The Schema was successfully replaced.