/api/v1/projects/{project_id}/manage
PUT
/api/v1/projects/{project_id}/manage
Update project as manager.
Parameters
Path Parameters
project_id
required
string
Request Body
object
account_manager_id
ID of the account manager
string
additional_access_grants
Array<object>
object
grant
required
string
role
required
string
allowed_device_types
A list of DeviceType the project can use
Array<string>
company
string
description
string
name
string
package
Package of the project.
string
project_type
The type of project account managers or support members are working on
string
queue_priority
A value representing the priority the associated batches are scheduled
string
Responses
default
object
code
required
HTTP code of the request.
integer
200
data
Data of the request.
object
account_manager
object
email
string format: email
family_name
string
given_name
string
id
required
string
additional_access_grants
allowed_device_types
required
A list of DeviceType the project can use
Array<string>
company
required
string
contract_id
ID of the related contract in the Billing service.
string format: uuid
count
object
ACTIVE_ADMIN
integer
ACTIVE_MEMBER
integer
PENDING
integer
created_at
string format: date-time
description
string
email_domain
string
id
string format: uuid
last_activity_date
Latest job creation date
string format: date-time
main_admin
object
email
string format: email
family_name
string
given_name
string
id
required
string
name
required
string
package
required
Package of the project.
string
project_status
Whether the project is active or archived.
string
project_type
The type of project account managers or support members are working on
string
queue_priority
A value representing the priority the associated batches are scheduled
string
updated_at
string format: date-time
message
required
Short message explaining status.
string
OK.
pagination
Pagination information for the request
object
end
required
integer
start
required
integer
total
required
integer
status
required
Status of the request.
string
success