Skip to content

Commit 8ec16f7

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#937)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 4a28cc2 commit 8ec16f7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

‎.speakeasy/in.openapi.yaml‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43642,6 +43642,22 @@ paths:
4364243642
maximum: 100
4364343643
minimum: 1
4364443644
type: 'integer'
43645+
- description: 'Exact match filter on display_name. Omitted or empty returns groups unfiltered by name (subject to offset/limit). When external_id is also present, both must match.'
43646+
in: 'query'
43647+
name: 'display_name'
43648+
required: false
43649+
schema:
43650+
description: 'Exact match filter on display_name. Omitted or empty returns groups unfiltered by name (subject to offset/limit). When external_id is also present, both must match.'
43651+
example: 'Engineering'
43652+
type: 'string'
43653+
- description: 'Exact match filter on external_id, e.g. the identity provider (such as Entra ID) group object ID. Omitted or empty returns groups unfiltered by external_id (subject to offset/limit). When display_name is also present, both must match.'
43654+
in: 'query'
43655+
name: 'external_id'
43656+
required: false
43657+
schema:
43658+
description: 'Exact match filter on external_id, e.g. the identity provider (such as Entra ID) group object ID. Omitted or empty returns groups unfiltered by external_id (subject to offset/limit). When display_name is also present, both must match.'
43659+
example: 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'
43660+
type: 'string'
4364543661
responses:
4364643662
'200':
4364743663
content:

0 commit comments

Comments
 (0)