api
put/api/projects/{pid}
Request body
pidstring uuid
A UUID identifying this project.
namestring required
Project's name.
userstring email
User email address.
emailstring email
Email address.
action'remove' | 'add'
Performed action.
permission'ADMIN' | 'DEVELOPER' | 'VIEWER'
New permission.
Response
OK
pidstring uuid
A UUID identifying this project.
namestring required
Project's name.
userstring email
User email address.
emailstring email
Email address.
action'remove' | 'add'
Performed action.
permission'ADMIN' | 'DEVELOPER' | 'VIEWER'
New permission.