Define a scripted REST API request header
Define scripted REST API requestheaders to control which headers the API accepts.
Before you begin
There must be a scripted REST API defined before you can create requestheaders.
Role required: web_service_admin
About this task
The following procedure describes the process for manual definition of a scripted REST API request header. For details about automatically generating request header definitions in non-production instances, see Automatically generate API request definitions.
Procedure
Navigate to All > System Web Services > Scripted REST APIs.
Select a scripted REST API record.
In the Request Headers related list, select New.
Enter a Header name.
Enter a Short description and Example value to explain how to use the header.
Select Submit.
From the Request Headers tab, locate the header name and set Is required to "true" to document this request header as required.
Note: If you set Is required to "true", the scripted REST service doesn't enforce requiring the header. To enforce requiring a header, you must add logic to the scripted REST API resource that rejects requests that are missing the required headers.
What to do next
After defining available headers, associate the headers with a scripted REST resource. For more information, see Associate a request header with a resource.
Parent Topic:Create a scripted REST API