v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Project Settings

Update project settings

Partially updates the project settings. Only provided fields are changed.

patch/project-settings

Request body

project_namestring

New project display name.

proxy_urlstring nullable

Custom proxy URL. Set to null to clear.

rtdn_proxy_urlstring nullable

RTDN proxy URL. Set to null to clear.

Response

Updated project settings.

object'project_settings' required
urlstring required
project_namestring required

Project display name.

access_tokenstring required

Project access token.

api_keystring required

Project API key.

secret_keystring required

Project secret key.

proxy_urlstring nullable

Custom proxy URL.

rtdn_proxy_urlstring nullable

RTDN proxy URL.

Example response

{
  "url": "/v4/project-settings",
  "project_name": "My App"
}