Update a release policy

Update an existing release policy for the specified project.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
The project key
policyKeystringRequired

The human-readable key of the release policy

Headers

LD-API-VersionenumRequired
Version of the endpoint.
Allowed values:

Request

Release policy data to update
releaseMethodenumRequired
The release method for this policy
Allowed values:
namestringRequired<=256 characters
The name of the release policy
scopeobjectOptional
guardedReleaseConfigobjectOptional
Configuration for guarded releases
progressiveReleaseConfigobjectOptional
Configuration for progressive releases

Response

Release policy updated successfully
_idstring
The unique identifier of the release policy
rankinteger

The rank/priority of the release policy

releaseMethodenum
The release method for this policy
Allowed values:
namestring<=256 characters
The name of the release policy
keystring

The human-readable key of the release policy

_accessobject or null
scopeobject or null
guardedReleaseConfigobject or null
Configuration for guarded releases
progressiveReleaseConfigobject or null
Configuration for progressive releases

Errors