PULSAR
API ReferenceOperator Plan

Upload File

Upload an operator plan file using the provided ID

Authorization

bearerAuth
Authorization<token>

In: header

Path Parameters

fileId*string

The file's ID.

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

Try it live
POST
/operator-plan/file/{fileId}

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X POST "https://example.com/operator-plan/file/string" \  -F file="string"
"string"