PATCH specificationanswers Answerid
PATCH
/specificationanswers/{answerId}AuthorizationBearer <token>
Paste your JWT token here
In: header
Path Parameters
answerIdinteger
The unique identifier of the specification answer to be patched.
Format
int32The JSON Patch document containing the set of modifications to apply.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://loading/specificationanswers/0" \ -H "Content-Type: application/json" \ -d '[ {} ]'Empty
{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}