cURL
curl --request PUT \ --url https://api.hyperline.co/v1/apps/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "logo_uri": "<string>", "callbacks": [ "<string>" ] } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "logo_uri": "<string>", "callbacks": [ "<string>" ], "client_id": "<string>" }
Update an existing third-party app.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Update app payload
App name
App description
App logo URL
List of URLs whitelisted to use as a callback after authentication.
App ID
OAuth client ID
Was this page helpful?