"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.",
"operationId":"AppContextId_PUT",
"tags":[
"appContext"
],
"requestBody":{
"$ref":"#/components/requestBodies/AppContext"
},
"responses":{
"204":{
"description":"No Content."
},
"400":{
"$ref":"#/components/responses/Error.400"
},
"401":{
"$ref":"#/components/responses/Error.401"
},
"403":{
"$ref":"#/components/responses/Error.403"
},
"404":{
"$ref":"#/components/responses/Error.404"
}
}
},
"delete":{
"description":"The DELETE method is used to delete the resource that represents the existing application context.",
"operationId":"AppContextId_DEL",
"tags":[
"appContext"
],
"responses":{
"204":{
"description":"No Content"
},
"400":{
"$ref":"#/components/responses/Error.400"
},
"401":{
"$ref":"#/components/responses/Error.401"
},
"403":{
"$ref":"#/components/responses/Error.403"
},
"404":{
"$ref":"#/components/responses/Error.404"
}
}
}
}
},
"components":{
"parameters":{
"Query.AppName":{
"name":"appName",
"in":"query",
"description":"Name to identify the MEC application",