Update App Source
PATCH
/apps/sources/{appSource}
Updates the URL of a custom application source. The official source cannot be modified. Admin access required.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
appSource*
The identifier of the app source to update
Typestring
RequiredRequest Body
application/json
JSON
{
"url": "string"
}
Responses
Admin access required
application/json
JSON
{
}