Create App Source
PUT
/apps/sources
Creates a new application source repository for extending the available apps catalog. Admin access required.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"name": "string",
"url": "string"
}
Responses
App source successfully created
application/json
JSON
{
}