Event type swagger update for location type (#252)
Updates Location Type documentation in swagger for event type _post and _patchpull/9078/head
parent
8aa004c34a
commit
386ad87e64
|
@ -147,7 +147,37 @@ import checkTeamEventEditPermission from "../_utils/checkTeamEventEditPermission
|
||||||
* type: array
|
* type: array
|
||||||
* description: A list of all available locations for the event type
|
* description: A list of all available locations for the event type
|
||||||
* items:
|
* items:
|
||||||
* type: object
|
* type: array
|
||||||
|
* items:
|
||||||
|
* oneOf:
|
||||||
|
* - type: object
|
||||||
|
* properties:
|
||||||
|
* type:
|
||||||
|
* type: string
|
||||||
|
* enum: ['integrations:daily']
|
||||||
|
* - type: object
|
||||||
|
* properties:
|
||||||
|
* type:
|
||||||
|
* type: string
|
||||||
|
* enum: ['attendeeInPerson']
|
||||||
|
* - type: object
|
||||||
|
* properties:
|
||||||
|
* type:
|
||||||
|
* type: string
|
||||||
|
* enum: ['inPerson']
|
||||||
|
* address:
|
||||||
|
* type: string
|
||||||
|
* displayLocationPublicly:
|
||||||
|
* type: boolean
|
||||||
|
* - type: object
|
||||||
|
* properties:
|
||||||
|
* type:
|
||||||
|
* type: string
|
||||||
|
* enum: ['link']
|
||||||
|
* link:
|
||||||
|
* type: string
|
||||||
|
* displayLocationPublicly:
|
||||||
|
* type: boolean
|
||||||
* example:
|
* example:
|
||||||
* event-type:
|
* event-type:
|
||||||
* summary: An example of event type PATCH request
|
* summary: An example of event type PATCH request
|
||||||
|
|
|
@ -137,7 +137,37 @@ import ensureOnlyMembersAsHosts from "./_utils/ensureOnlyMembersAsHosts";
|
||||||
* type: array
|
* type: array
|
||||||
* description: A list of all available locations for the event type
|
* description: A list of all available locations for the event type
|
||||||
* items:
|
* items:
|
||||||
* type: object
|
* type: array
|
||||||
|
* items:
|
||||||
|
* oneOf:
|
||||||
|
* - type: object
|
||||||
|
* properties:
|
||||||
|
* type:
|
||||||
|
* type: string
|
||||||
|
* enum: ['integrations:daily']
|
||||||
|
* - type: object
|
||||||
|
* properties:
|
||||||
|
* type:
|
||||||
|
* type: string
|
||||||
|
* enum: ['attendeeInPerson']
|
||||||
|
* - type: object
|
||||||
|
* properties:
|
||||||
|
* type:
|
||||||
|
* type: string
|
||||||
|
* enum: ['inPerson']
|
||||||
|
* address:
|
||||||
|
* type: string
|
||||||
|
* displayLocationPublicly:
|
||||||
|
* type: boolean
|
||||||
|
* - type: object
|
||||||
|
* properties:
|
||||||
|
* type:
|
||||||
|
* type: string
|
||||||
|
* enum: ['link']
|
||||||
|
* link:
|
||||||
|
* type: string
|
||||||
|
* displayLocationPublicly:
|
||||||
|
* type: boolean
|
||||||
* example:
|
* example:
|
||||||
* event-type:
|
* event-type:
|
||||||
* summary: An example of event type POST request
|
* summary: An example of event type POST request
|
||||||
|
|
Loading…
Reference in New Issue