Update a Security project
Only the fields included in the body of the request will be updated.
Body
Required
The patched Security project
-
Descriptive name for a project.
Minimum length is
1, maximum length is255. -
A custom domain label compatible with RFC-1035 standards. Derived from the project name by default.
Minimum length is
1, maximum length is50. Format should match the following pattern:^[a-zA-Z]{1}(?:[a-zA-Z0-9-]*[a-zA-Z0-9]{1})?$. -
admin features package (BYOK, BYOIDP, CCS, CCR). It can be passed as
nullto reset the admin features package to the default value.Values are
standardorenterprise. -
Defines Security product type object with product line and tier dimensions.
At least
1but not more than3elements. -
Configuration for the entire set of capabilities that make the data searchable in Security.
-
traffic filters IDs
traffic filters association info
curl \
--request PATCH 'https://api.elastic-cloud.com/api/v1/serverless/projects/security/{id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "If-Match: string" \
--data '{"name":"Example project"}'
{
"name": "Example project"
}