Example Request on Postman
POST/v1/tenants/{tenant_id}/schemas/write
See the following FAQ page to refer to the suggested workflow for: Managing Schema Changes.Path Parameters
Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant <code>t1</code> for this field. Required, and must match the pattern \“[a-zA-Z0-9-,]+\“, max 64 bytes.
Body
application/json
SchemaWriteRequest is the request message for the Write method in the Schema service. It contains tenant_id and the schema to be written.
schema is the string representation of the schema to be written.
Response
A successful response.
SchemaWriteResponse is the response message for the Write method in the Schema service. It returns the version of the written schema.
schema_version is the string that identifies the version of the written schema.
