Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
CreateOwnerInfo Object
Description
The CreateOwnerInfo object is used to store creation info for an owner.
Usage Example
Use in the POST Owners endpoint.
The name of the owner.
"API Owner"
Users to add to the created owner. If setting a source_group_id this list must be empty.
[
"7870617d-e72a-47f5-a84c-693817ab4567",
"1520617d-e72a-47f5-a84c-693817ab48ad2"
]A description of the owner.
"This owner represents the API team owners."
The amount of time (in minutes) before the next reviewer is notified. Use 0 to remove escalation policy.
120
The message channel id for the reviewer channel.
"37cb7e41-12ba-46da-92ff-030abe0450b1"
Sync this owner's user list with a source group.
"1b978423-db0a-4037-a4cf-f79c60cb67b3"
Response
The owner just created.
Owner Object
Description
The Owner object is used to represent an owner.
The ID of the owner.
"f454d283-ca87-4a8a-bdbb-df212eca5353"
The name of the owner.
"API Owner"
A description of the owner.
"This owner represents the API team owners."
The amount of time (in minutes) before the next reviewer is notified. Use 0 to remove escalation policy.
120
"37cb7e41-12ba-46da-92ff-030abe0450b1"
"1b978423-db0a-4037-a4cf-f79c60cb67b3"

