File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1671,7 +1671,18 @@ components:
16711671 enum:
16721672 - active
16731673 - revoked
1674- - expired
1674+ ai_studio_division_gid:
1675+ name: division_gid
1676+ in: query
1677+ description: >-
1678+ Scope results to a single division (its gid). Omitted ⇒ the org's first
1679+ licensed division. Use this to retrieve only one division's slice (e.g. for
1680+ a
1681+ division-level admin or billing owner) rather than the whole organization.
1682+ required: false
1683+ schema:
1684+ type: string
1685+ format: id
16751686 responses:
16761687 GenericErrorResponse:
16771688 description: >-
Original file line number Diff line number Diff line change @@ -1630,7 +1630,18 @@ components:
16301630 enum:
16311631 - active
16321632 - revoked
1633- - expired
1633+ ai_studio_division_gid:
1634+ name: division_gid
1635+ in: query
1636+ description: >-
1637+ Scope results to a single division (its gid). Omitted ⇒ the org's first
1638+ licensed division. Use this to retrieve only one division's slice (e.g. for
1639+ a
1640+ division-level admin or billing owner) rather than the whole organization.
1641+ required: false
1642+ schema:
1643+ type: string
1644+ format: id
16341645 responses:
16351646 GenericErrorResponse:
16361647 description: >-
You can’t perform that action at this time.
0 commit comments