The tool PATCH enables you to execute a HTTP PATCH request on a Web application which updates parts of an existing resource.
Parameter Name | I/O | Type | Description |
---|---|---|---|
URL [M] | I | String | URL to the PATCH service of the Web application. |
Realm [O] | I | String | Realm enables mapping between client application and Web application. It is only relevant if an AWM application addresses different Web applications. |
Request Body [O] | I | File | File containing the patch payload as expected by the Web application. |
Response Body * [O] | O | File | File containing the patch response sent from the server application. |
Response Code [O] | O | String | Response Code returned by the server application. |
Response Header * [O] | O | String | Reference to a response header field of the HTTP PATCH request. |
Parameter Name | Attribute | Description |
---|---|---|
URL | Query Encoding | Charset used to encode the URL. |
Query Separator Symbol | Symbol used to separate query parameters within the URL string. | |
Response Body | Status Code | Status code to be intercepted by custom error handling.
Note: Specified as a regular expression.
|
Response Header | Name | Name of the response header field. |
The relationship REST Tool Has Request Header enables you to specify a name/value pair to be sent in the HTTP request header.
If specified in an authentication request the name/value pair is sent with every HTTP request for the signed in session.
Attribute | Type | Description |
---|---|---|
Name | String | Name of the HTTP header field. |
Value | String | Value of the HTTP header field. |
The relationship URL has a Query Parameter that enables you to specify parameters in form of name/value pairs that are added to the HTTP request.
Attribute | Type | Description |
---|---|---|
Name | String | Name of the query parameter. |
Value | String | Value of the query parameter. |