v1
latestSwagger 2.02026-07-17421084.8 KBservices
call
Perfrom a PUT on a service endpoint
Execute a PUT operation on the path endpoint of service. The request body is passed through to the target endpoint. The result of performing a PUT on the target service endpoint is returned unless the async or promise pragma header is specified.
put/v1/service/{service}/call/{path}
Path parameters
servicestring required
The service name
pathstring required
The target endpoint to be invoked by the operation
Headers
Pragmastring
Optionally specify the async pragma to make a non-blocking call. Optionally specify the promise pragma to make a non-blocking call and obtain a request id to query later.
Request body
object required