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-Version"beta"RequiredDefaults to beta
Version of the endpoint.

Request

This endpoint expects an object.
releaseMethodenumRequired
The release method for this policy
Allowed values:
namestringRequired<=256 characters
The name of the release policy
scopeobjectOptional
guardedReleaseConfigobjectOptional
Configuration for guarded releases
progressiveReleaseConfigmap from strings to anyOptional
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
progressiveReleaseConfigmap from strings to any or null
Configuration for progressive releases

Errors