Skip to content

uploadFile

PUT
/api/v1/namespaces/{namespace}/file
curl --request PUT \
--url 'https://example.com/api/v1/namespaces/example/file?path=example' \
--header 'Content-Type: application/octet-stream' \
--data binary
namespace
required
string
path
required
string
>= 1 characters <= 512 characters

File path relative to the namespace root.

message
string
<= 500 characters
executable
boolean
Media typeapplication/octet-stream
string format: binary

New version.

Media typeapplication/json