Update Profile Settings
PUT
/api/v1/profile-settings/{profile_id}/Path parameters
profile_idPathintegerrequiredProfile ID
Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredDeployment region for the resource. Accepted values:
Delhi,Chennai.Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.
Request body
application/json
example
falseA list of SSH key IDs to be enabled by default for server access.
To disable all default SSH keys, send an empty list: [].
example
trueexample
falseexample
falseResponses
200Settings have been updated successfully.
example
200example
Settings have been updated successfully.example
Success