action vocadb_post_api_discussions_folders { label: "post_api_discussions_folders" provider: vocadb method: POST path: "/api/discussions/folders" encoding: json input: { type: "object" properties: { description: { type: "string" } id: { type: "integer" format: "int32" } lastTopicAuthor: { type: "object" properties: { active: { type: "boolean" } groupId: { type: "string" enum: ["Nothing", "Limited", "Regular", "Trusted", "Moderator", "Admin"] } id: { type: "integer" format: "int32" } knownLanguages: { type: "array" items: { type: "object" properties: { cultureCode: { type: "string" } proficiency: { type: "string" enum: ["Nothing", "Basics", "Intermediate", "Advanced", "Native"] } } additionalProperties: false } } mainPicture: { type: "object" properties: { mime: { type: "string" } name: { type: "string" } urlOriginal: { type: "string" } urlSmallThumb: { type: "string" } urlThumb: { type: "string" } urlTinyThumb: { type: "string" } } additionalProperties: false } memberSince: { type: "string" format: "date-time" } name: { type: "string" } oldUsernames: { type: "array" items: { type: "object" properties: { date: { type: "string" format: "date-time" } oldName: { type: "string" } } additionalProperties: false } } verifiedArtist: { type: "boolean" } } additionalProperties: false } lastTopicDate: { type: "string" format: "date-time" } name: { type: "string" } topicCount: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" properties: { description: { type: "string" } id: { type: "integer" format: "int32" } lastTopicAuthor: { type: "object" properties: { active: { type: "boolean" } groupId: { type: "string" enum: ["Nothing", "Limited", "Regular", "Trusted", "Moderator", "Admin"] } id: { type: "integer" format: "int32" } knownLanguages: { type: "array" items: { type: "object" properties: { cultureCode: { type: "string" } proficiency: { type: "string" enum: ["Nothing", "Basics", "Intermediate", "Advanced", "Native"] } } additionalProperties: false } } mainPicture: { type: "object" properties: { mime: { type: "string" } name: { type: "string" } urlOriginal: { type: "string" } urlSmallThumb: { type: "string" } urlThumb: { type: "string" } urlTinyThumb: { type: "string" } } additionalProperties: false } memberSince: { type: "string" format: "date-time" } name: { type: "string" } oldUsernames: { type: "array" items: { type: "object" properties: { date: { type: "string" format: "date-time" } oldName: { type: "string" } } additionalProperties: false } } verifiedArtist: { type: "boolean" } } additionalProperties: false } lastTopicDate: { type: "string" format: "date-time" } name: { type: "string" } topicCount: { type: "integer" format: "int32" } } additionalProperties: false } }