Productsup

Stream to output.

POST
/stream/output/{type}

Path Parameters

type*string
Match^output|feedback$

Response Body

application/json

curl -X POST "https://loading/stream/output/string"
{
  "message": "Written successfully."
}

How is this guide?