action vocadb_get_api_release_event_series_id_for_edit { label: "get_api_releaseEventSeries_id_for_edit" provider: vocadb method: GET path: "/api/releaseEventSeries/{id}/for-edit" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { category: { type: "string" enum: ["Unspecified", "AlbumRelease", "Anniversary", "Club", "Concert", "Contest", "Convention", "Other", "Festival"] } defaultNameLanguage: { type: "string" enum: ["Unspecified", "Japanese", "Romaji", "English"] } deleted: { type: "boolean" } description: { type: "string" } id: { type: "integer" format: "int32" } mainPicture: { type: "object" properties: { mime: { type: "string" } name: { type: "string" } urlOriginal: { type: "string" } urlSmallThumb: { type: "string" } urlThumb: { type: "string" } urlTinyThumb: { type: "string" } } additionalProperties: false } name: { type: "string" } names: { type: "array" items: { type: "object" properties: { id: { type: "integer" format: "int32" } language: { type: "object" additionalProperties: true } value: { type: "string" } } additionalProperties: false } } status: { type: "string" enum: ["Draft", "Finished", "Approved", "Locked"] } webLinks: { type: "array" items: { type: "object" properties: { category: { type: "string" enum: ["Official", "Commercial", "Reference", "Other"] } description: { type: "string" } descriptionOrUrl: { type: "string" } disabled: { type: "boolean" } id: { type: "integer" format: "int32" } url: { type: "string" } } additionalProperties: false } } } additionalProperties: false } }