/v2/apis/{apiId}/models/{modelId}
PATCH
/v2/apis/{apiId}/models/{modelId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/v2/apis//models/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"ContentType": "string",
"Description": "string",
"ModelId": "string",
"Name": "string",
"Schema": "string"
}
Request
Path Params
apiId
string
required
modelId
string
required
Body Params application/json
Responses
Modified at 2023-08-15 05:49:07