Replace the set of annotation configurations assigned to a project
Annotation Configs
Replace the set of annotation configurations assigned to a project
Replace the project’s entire set of assigned annotation configurations with the provided set. The server diffs the desired set against the current set: configs in the body but not assigned are added, and configs assigned but not in the body are removed. An empty array clears all assignments.
PUT
Replace the set of annotation configurations assigned to a project
Path Parameters
The project identifier: either project ID or project name.
Body
application/json
The complete set of annotation configuration GlobalIDs that should be assigned to the project. Configs not in this list are unassigned; an empty list clears all assignments.
Response
The resulting set of annotation configurations assigned to the project
Unassign an annotation configuration from a projectGet span annotations filtered by span_ids and/or identifier.

