POST
/
v2
/
add_file_to_inbox
curl --request POST \
  --url http://127.0.0.1:9550/v2/add_file_to_inbox \
  --header 'Content-Type: application/json' \
  --data '{
  "file_inbox_name": "<string>",
  "filename": "<string>"
}'
"<string>"

Upload and add a file to a specified inbox within the job system.

Body

application/json
file
file
required
file_inbox_name
string
required
filename
string
required

Response

200
text/plain
Successfully added file to inbox

The response is of type string.