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
null
to reset the admin features package to the default value.Values are
standard
orenterprise
. -
Defines Security product type object with product line and tier dimensions.
At least
1
but not more than3
elements. -
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"
}