API METHODS
MAPI71: Project: Collaborators
SECTIONS
Description | Endpoint |
---|---|
Find All Projects | GET /api/admin/projects |
Filter By User | GET /api/admin/users/{user_id}/projects |
SCHEMA
projects
: Array
id
: Integername
: Stringcurrent_state
: Stringcontainer_image_ids
: Array<Integer>user
: Object
id
: Integeremail
: Stringexternal_id
: Stringlabels
: Objectlinks
: Object
services
: Stringcontainer_images
: Stringbastions
: Stringmetadata
: Object
icons
: Arrayimage_names
: Arraycreated_at
: DateTimeupdated_at
: DateTimeGET /api/admin/projects/{id}
SCHEMA
project
: Object
id
: Integername
: Stringcurrent_state
: Stringcontainer_image_ids
: Array<Integer>user
: Object
id
: Integeremail
: Stringexternal_id
: Stringlabels
: Objectlinks
: Object
services
: Stringcontainer_images
: Stringbastions
: Stringmetadata
: Object
icons
: Arrayimage_names
: Arraycreated_at
: DateTimeupdated_at
: DateTimePATCH /api/admin/projects/{id}
SCHEMA
project
: Object
name
: String - project nameuser_id
: Integer -- Only supply this if you want to change the project owner!