Update API App
Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <username:password>.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
client_id
The client id of the API App to update.
Request
This endpoint expects an object.
callback_url
The URL at which the API App should receive event callbacks.
custom_logo_file
An image file to use as a custom logo in embedded contexts. (Only applies to some API plans)
domains
The domain names the ApiApp will be associated with.
name
The name you want to assign to the ApiApp.
oauth
OAuth related parameters.
options
Additional options supported by API App.
white_labeling_options
An array of elements and values serialized to a string, to be used to customize the app's signer page. (Only applies to some API plans)
Take a look at our [white labeling guide](https://developers.hellosign.com/api/reference/premium-branding/) to learn more.
Response headers
X-RateLimit-Limit
The maximum number of requests per hour that you can make.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-Ratelimit-Reset
The Unix time at which the rate limit will reset to its maximum.
Response
successful operation
api_app
Contains information about an API App.
warnings
A list of warnings.