Define a REST API response header
Define one or more REST API response headers in a REST API.
Before you begin
Role required: web_service_admin
Procedure
- Create a REST response header in one of the following ways.
| Option | Procedure |
|---|---|
| Create a response header from a REST API |
|
| Create a response header and associate it with a REST API | Navigate to All > Filter and enter sys_ws_response_header.form.1. Enter sys_ws_response_header.form in the filter navigator. 2. In the API field, select or enter the API to associate with the response header. |
In the Header Name field, add the name of the new header.
In the Example value field, enter an example of a valid header value.
Select Submit.
Repeat these steps for each response header that you want to define.
Result
The response headers that you added are included in the exportable OpenAPI specification in the REST API Explorer with a type: string schema definition. For more information about exporting OpenAPI specifications, see Export to OpenAPI specification.
Parent Topic:Create a scripted REST API