Skip to content
hantera
ˍ
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
hantera.io →
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /api/http/post-resources-apps-{appId}.md for this page in Markdown format
aside: false outline: false title: vitepress-openapi
Activate or deactivate an app
POST
/resources/apps/{appId}
Parameters
Path Parameters
appId
*
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"version"
:
"string"
}
Responses
400
401
403
Bad Request
Content-Type
text/plain
Schema
JSON
JSON
{
"errors"
:
[
{
"code"
:
"string"
,
"message"
:
"string"
,
"details"
:
{
"additionalProperties"
:
null
}
}
]
}
POST
/resources/apps/{appId}
Samples