openapi: 3.2.0 info: title: Pricefinder Events API version: 1.13.1 contact: name: Pricefinder license: name: Terms and Conditions url: https://www.domain.com.au/group/api-terms-and-conditions/ description: 'Operations tagged events across 2 of this provider''s published API definitions: pricefinder-api-swagger.json, pricefinder-api-swagger.yml. Each path carries the servers of the definition it was published in.' servers: - url: /v1 tags: - name: events paths: /events/cmaEvent/{cmaId}: post: tags: - events description: '' operationId: saveEvent parameters: - name: cmaId in: path required: true pds: hidden: false extra: false enumerate: false deprecated: false schema: type: integer format: int64 responses: default: description: successful operation requestBody: content: application/json: schema: $ref: '#/components/schemas/EventParameters' servers: - url: /v1 components: schemas: EventParameters: type: object properties: cmaId: type: integer format: int64 eventType: type: string eventDetails: type: object x-refined-from: - pricefinder-api-swagger.json - pricefinder-api-swagger.yml