get: tags: - Offers security: - ApiKeyAuth: [] parameters: - name: id in: path description: Offer ID required: true schema: type: integer summary: Get file structure description: Returns the file structure. responses: '200': description: File structure content: application/json: schema: $ref: ../schemas/EditorFiles.yaml '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': description: unexpected error content: application/json: schema: $ref: ../schemas/Error.yaml