post: tags: - Offers security: - ApiKeyAuth: [] parameters: - name: id in: path description: Offer ID required: true schema: type: integer - name: path in: query description: Path to the File required: true schema: type: string summary: Create file description: Create the File of the Local Offer responses: '200': description: Create the File of the Local Offer content: application/json: schema: type: object properties: path: type: string '400': $ref: ../responses/BadRequest.yaml '401': $ref: ../responses/Unauthorized.yaml '402': $ref: ../responses/PaymentRequired.yaml '404': $ref: ../responses/NotFound.yaml '406': $ref: ../responses/NotAcceptable.yaml '500': $ref: ../responses/InternalError.yaml