Add a member as a follower of a flag in a project and environment

PUT
/api/v2/projects/:projectKey/flags/:featureFlagKey/environments/:environmentKey/followers/:memberId

Add a member as a follower to a flag in a project and environment

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key

environmentKeystringRequired

The environment key

memberIdstringRequired

The memberId of the member to add as a follower of the flag. Reader roles can only add themselves.

Response

Action succeeded

{}
map from strings to any or null

Errors

Built with