action slicebox_post_metadata_series_id_seriestags { label: "post_metadata_series_id_seriestags" description: "add a series tag to the series with the supplied ID" provider: slicebox method: POST path: "/metadata/series/{id}/seriestags" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }