v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1451205197.1 KB

Updates a <code>Type</code> object.

post/v1/apis/{apiId}/types/{typeName}

Path parameters

apiIdstring required

The API ID.

typeNamestring required

The new type name.

Request body

definitionstring

The new definition.

format'SDL' | 'JSON' required

The new type format: SDL or JSON.

Response

Success