annotation_configs
Assign an annotation configuration to a project
Assign an annotation configuration to a project. This operation is idempotent: re-assigning a config that is already assigned is a no-op that returns the config. Both the project and the config are identified by either ID or name.
put/v1/projects/{project_identifier}/annotation_configs/{config_identifier}
Path parameters
project_identifierstring required
The project identifier: either project ID or project name.
The project identifier: either project ID or project name.
config_identifierstring required
The annotation configuration identifier: either ID or name.
The annotation configuration identifier: either ID or name.
Response
The annotation configuration assigned to the project