As Code
put
Applies a given resource spec.
Body
string · binaryOptional
Responses
201Success
No content
400
The request input was invalid
application/json
401
Authentication error
application/json
402
The purchased Lenses license does not provide access to this feature
application/json
403
Authorisation error
application/json
404
The requested resource cannot be found
application/json
500
An internal server error has occurred
application/json
put
PUT /api/v1/environments/{name}/proxy/api/v1/resource/resource-file-upload HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 8
"binary"
No content
put
Applies a given resource spec.
Body
string · binaryOptional
Responses
201Success
No content
400
The request input was invalid
application/json
401
Authentication error
application/json
402
The purchased Lenses license does not provide access to this feature
application/json
403
Authorisation error
application/json
404
The requested resource cannot be found
application/json
500
An internal server error has occurred
application/json
put
PUT /api/v1/environments/{name}/proxy/api/v1/resource HTTP/1.1
Host:
Content-Type: application/yaml
Accept: */*
Content-Length: 8
"binary"
No content
Last updated
Was this helpful?