indexing

Updates the schema of a data source. This method does not perform incremental updates to the schema. Instead, this method updates the schema by overwriting the entire schema. Note: This API requires an admin or service account to execute.

put/v1/indexing/{+name}/schema

Path parameters

namestring required

The name of the data source to update Schema. Format: datasources/{source_id}

Request body

validateOnlyboolean

If true, the schema will be checked for validity, but will not be registered with the data source, even if valid.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.