Partially update series metadata (PATCH)
PATCH/api/v1/series/:series_id/metadata
Only provided fields will be updated. Absent fields are unchanged. Explicitly null fields will be cleared.
Setting a field to a non-null value also locks it, so a metadata provider will not overwrite it on the next match: editing a field is taken as an instruction to keep it. Clearing a field with an explicit null does not change its lock, and absent fields are left entirely alone.
Use PUT /series/{series_id}/metadata/locks to set locks without changing
values, and GET /series/{series_id}/metadata/locks to read them.
Request
Responses
- 200
- 403
- 404
Metadata updated successfully
Forbidden
Series not found