get: summary: Get output by ID tags: - Outputs responses: '200': description: OK content: application/json: schema: $ref: ../components/schemas/output_create_request.yaml '400': $ref: ../components/responses/error.yaml operationId: get-output parameters: - schema: type: string name: outputId in: path required: true delete: summary: Delete output by ID tags: - Outputs operationId: delete-output responses: '200': description: OK content: application/json: schema: type: object properties: id: type: string required: - id '400': $ref: ../components/responses/error.yaml parameters: - $ref: ../components/headers/kbn_xsrf.yaml put: summary: Update output by ID tags: - Outputs operationId: update-output requestBody: content: application/json: schema: $ref: ../components/schemas/output_update_request.yaml responses: '200': description: OK content: application/json: schema: $ref: ../components/schemas/output_update_request.yaml '400': $ref: ../components/responses/error.yaml parameters: - $ref: ../components/headers/kbn_xsrf.yaml