curl--request POST \--url'https://api.unify.ai/v0/project/my_project/contexts/add_logs'\--header"Authorization: Bearer $UNIFY_KEY"--header'Content-Type: application/json'\--data '{"context_name":"experiment1/trial1","log_ids":[123,456,789]}'
{"info":"Logs added to context successfully!"}
Adds existing logs to a context within a project. The logs must already exist
in the project and can be specified by their IDs.
The same logs can be associated with multiple contexts.