PATCH Request
This operation makes a PATCH request to aspecified url.
Input Concepts
Concept
Description
Type
Required
url
The URL to make the PATCH request to.
text
Yes
payload
The payload to include in the request.
file
| list of
| text
Yes
headers
The headers to include in the request. For example {"Authorization": "Bearer <token>"}
. Note: If connect
is set, the "Authorization"
header will be added automatically to the request, and a manually set "Authorization"
header will be ignored.
No
Output Concepts
Concept
Description
Type
answer
The response from the PATCH request.
file
or list of
or text
Examples
Update a post
Update a post with an Authentication header
Last updated
Was this helpful?