api patch
HTTP PATCH with optional body, body file, or multipart form queue
Syntax
When I api patch "<path>"
When I api patch "<path>" with body '<json-or-text>'
When I api patch "<path>" with body file "<filename>"Examples
When I api patch "/orders/ord-1" with body '{"item":"pencil"}'
Then I api should status "200"Bare api patch with a pending form queue sends multipart (same as api post).