Accounts
Update an Account
Update a Project (also referred to as Account).
Permissions
The API token must include the following scopes: Management.
post/Accounts/{Sid}
Path parameters
Sidstring uuid required
The Project ID that uniquely identifies the Project to retrieve.
Request body
Example request
{
"FriendlyName": "My Project"
}Response
The request has succeeded.
Example response
{
"auth_token": "Redacted",
"date_created": "Sat, 15 Sept 2018 10:00:00 +0000",
"date_updated": "Sat, 16 Sept 2018 10:00:00 +0000",
"friendly_name": "My Project",
"type": "Full"
}