action slicebox_post_seriestypes_rules_id_attributes { label: "post_seriestypes_rules_id_attributes" description: "add a new series type rule attribute" provider: slicebox method: POST path: "/seriestypes/rules/{id}/attributes" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }