Skip to content

Commit

Permalink
Updated Swagger Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid Flih authored and Rachid Flih committed Aug 1, 2024
1 parent 2202f74 commit b2179f4
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions packages/api/swagger/swagger-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1722,10 +1722,10 @@ paths:
tags: *ref_32
security: *ref_33
x-speakeasy-group: ticketing.teams
/linked-users:
/linked_users:
post:
operationId: createLinkedUser
summary: Add Linked User
summary: Create Linked Users
parameters: []
requestBody:
required: true
Expand All @@ -1738,17 +1738,15 @@ paths:
description: ''
tags: &ref_34
- linkedUsers
x-speakeasy-group: linkedUsers
get:
operationId: listLinkedUsers
summary: Retrieve Linked Users
summary: List Linked Users
parameters: []
responses:
'200':
description: ''
tags: *ref_34
x-speakeasy-group: linkedUsers
/linked-users/batch:
/linked_users/batch:
post:
operationId: importBatch
summary: Add Batch Linked Users
Expand All @@ -1763,11 +1761,11 @@ paths:
'201':
description: ''
tags: *ref_34
x-speakeasy-group: linkedUsers
/linked-users/single:
x-speakeasy-group: linked_users.batch
/linked_users/single:
get:
operationId: retrieveLinkedUser
summary: Retrieve a Linked User
summary: Retrieve Linked Users
parameters:
- name: id
required: true
Expand All @@ -1778,8 +1776,8 @@ paths:
'200':
description: ''
tags: *ref_34
x-speakeasy-group: linkedUsers
/linked-users/fromRemoteId:
x-speakeasy-group: linked_users.single
/linked_users/fromRemoteId:
get:
operationId: remoteId
summary: Retrieve a Linked User From A Remote Id
Expand All @@ -1793,10 +1791,10 @@ paths:
'200':
description: ''
tags: *ref_34
x-speakeasy-group: linkedUsers
x-speakeasy-group: linked_users.fromremoteid
/field_mappings/define:
post:
operationId: define
operationId: definitions
summary: Define target Field
parameters: []
requestBody:
Expand Down

0 comments on commit b2179f4

Please sign in to comment.