post: operationId: PostStoreCurrenciesCode summary: Add a Currency Code description: Adds a Currency Code to the available currencies. x-authenticated: true parameters: - in: path name: code required: true description: The 3 character ISO currency code. schema: type: string externalDocs: url: https://en.wikipedia.org/wiki/ISO_4217#Active_codes description: See a list of codes. tags: - Store responses: '200': description: OK content: application/json: schema: properties: store: $ref: ../components/schemas/store.yaml delete: operationId: DeleteStoreCurrenciesCode summary: Remove a Currency Code description: Removes a Currency Code from the available currencies. x-authenticated: true parameters: - in: path name: code required: true description: The 3 character ISO currency code. schema: type: string externalDocs: url: https://en.wikipedia.org/wiki/ISO_4217#Active_codes description: See a list of codes. tags: - Store responses: '200': description: OK content: application/json: schema: properties: store: $ref: ../components/schemas/store.yaml