This chapter describes the requests that configure search features by noting the endpoint -- that is, the HTTP method and URL -- used in each request. For example, the following description shows the endpoint that imports configuration of the redirects
resource:
POST /gsadmin/v1/cloud/redirects
You must provide the following information with endpoints:
A message header specifying a valid OAuth access token.
In JSON format only, a message header specifying that imported content is to be parsed as JSON. The value of this header must be:
"Content-Type:application/json"
. This header is not used with endpoints that export or delete configuration.A parameter that points to the file containing the content to be imported. This parameter is not used with endpoints that export or delete configuration.
A variety of tools and utilities exist to enable you to execute these endpoints. For samples of how to execute the endpoints using the cURL command line utility, see Sample Search and Navigation REST API requests using cURL.