GET /api/collaborations
SCHEMA
projects
: Array
id
: Stringowner
: Object
id
: Integeremail
: Stringfull_name
: Stringproject
: Object
id
: Integername
: Stringdomains
: Array
id
: Stringowner
: Object
id
: Integeremail
: Stringfull_name
: Stringdomain
: Object
id
: Integername
: Stringimages
: Array
id
: Stringowner
: Object
id
: Integeremail
: Stringfull_name
: Stringimage
: Object
id
: Integername
: Stringregistries
: Array
id
: Stringowner
: Object
id
: Integeremail
: Stringfull_name
: Stringregistry
: Object
id
: Integername
: StringGET /api/collaborations/{id}
SCHEMA
collaboration
: Object
id
: String{resource}
: Object - Where resource
is one of: project, image, zone, registry
id
: Integername
: Stringresource_owner
: Object
id
: Integeremail
: Stringfull_name
: StringPATCH /api/collaborations/{id}
When initially invited, the active will be disabled.
SCHEMA
collaboration
: Object
active
: Boolean