artifacts
add_project_artifacts
Creates one or more artifacts associated to a project. Artifacts are project-level metadata that don’t depend on other variables.
Arguments:
project
- Name of the project the artifacts belong to.api_key
- If specified, unify API key to be used. Defaults to the value in thekwargs
- Dictionary containing one or more key:value pairs that will be stored
Returns:
A message indicating whether the artifacts were successfully added.