action signl4_post_categories_team_id { label: "Create a new category" description: "Sample Request: \n \n POST /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7 \n { \n \"name\": \"Water\", \n \"imageName\": \"water.svg\", \n \"color\": \"#0000cc\", \n \"keywordMatching\": \"Any\", \n \"keywords\": [ \n { \n \"value\": \"H2O\" \n }, \n { \n \"value\": \"Water\" \n } \n ] \n }" provider: signl4 method: POST path: "/categories/{teamId}" encoding: json input: { type: "object" properties: { augmentations: { type: "array" items: { type: "object" properties: { enabled: { type: "boolean" } name: { type: "string" } type: { type: "integer" format: "int32" enum: [0, 1, 2, 3] } value: { type: "string" } } additionalProperties: false } } color: { type: "string" } id: { type: "string" } imageName: { type: "string" } isDefault: { type: "boolean" } keywordMatching: { type: "integer" format: "int32" enum: [0, 1] } keywords: { type: "array" items: { type: "string" } } lastMatch: { type: "string" format: "date-time" } name: { type: "string" } options: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 8] } order: { type: "integer" format: "int32" } teamId: { type: "string" } } required: ["teamId"] additionalProperties: false } output: { type: "object" properties: { augmentations: { type: "array" items: { type: "object" properties: { enabled: { type: "boolean" } name: { type: "string" } type: { type: "integer" format: "int32" enum: [0, 1, 2, 3] } value: { type: "string" } } additionalProperties: false } } color: { type: "string" } id: { type: "string" } imageName: { type: "string" } isDefault: { type: "boolean" } keywordMatching: { type: "integer" format: "int32" enum: [0, 1] } keywords: { type: "array" items: { type: "string" } } lastMatch: { type: "string" format: "date-time" } name: { type: "string" } options: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 8] } order: { type: "integer" format: "int32" } } additionalProperties: false } }