Skip to main content

Replace all series metadata (PUT)

PUT 

/api/v1/series/:series_id/metadata

Replaces all metadata fields with the values in the request. Omitting a field (or setting it to null) will clear that field.

Each replaced field's lock is recomputed from the payload: supplying a value locks the field, omitting or clearing it unlocks it. A locked field is one a metadata provider will not overwrite, so this is what makes a hand-made correction survive the next match. title is the exception, since it is preserved rather than cleared when omitted; its lock is preserved too.

Use PUT /series/{series_id}/metadata/locks to set locks without changing values.

Request

Responses

Metadata replaced successfully