Skip to content

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
Required

Request Body

application/json
JSON
{
"url": "string"
}

Responses

Admin access required
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License