action vocadb_post_api_users_current_refresh_entry_edit { label: "post_api_users_current_refreshEntryEdit" provider: vocadb method: POST path: "/api/users/current/refreshEntryEdit" encoding: json input: { type: "object" properties: { entryId: { type: "integer" format: "int32" } entryType: { type: "string" enum: ["Undefined", "Album", "Artist", "DiscussionTopic", "PV", "ReleaseEvent", "ReleaseEventSeries", "Song", "SongList", "Tag", "User", "Venue"] } } additionalProperties: false } output: { type: "object" properties: { time: { type: "string" format: "date-time" } userId: { type: "integer" format: "int32" } userName: { type: "string" } } additionalProperties: false } }