Define a REST API response header
Define one or more REST API response headers in a REST API.
Vorbereitungen
Role required: web_service_admin
Prozedur
-
Create a REST response header in one of the following ways.
Option Procedure Create a response header from a REST API - Navigate to .
- Select a scripted REST API record.
- In the Response Headers related list, select New.
Create a response header and associate it with a REST API Navigate to and enter sys_ws_response_header.form. - Enter sys_ws_response_header.form in the filter navigator.
- 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.
Ergebnisse
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.