"description":"The POST method can be used to create a new application context. Upon success, the response contains entity body describing the created application context.",
"operationId":"AppContext_POST",
"tags":[
"appContext"
],
"requestBody":{
"$ref":"#/components/requestBodies/AppContext"
},
"responses":{
"201":{
"$ref":"#/components/responses/AppContext"
},
"400":{
"$ref":"#/components/responses/Error.400"
},
"401":{
"$ref":"#/components/responses/Error.401"
},
"403":{
"$ref":"#/components/responses/Error.403"
},
"404":{
"$ref":"#/components/responses/Error.404"
}
}
}
},
"/app_contexts/{contextId}":{
"parameters":[
{
"$ref":"#/components/parameters/Path.ContextId"
}
],
"put":{
"description":"The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference.",