action cpy_post_api_v1_users_me_avatar_pick { label: "Update my user avatar" provider: cpy method: POST path: "/api/v1/users/me/avatar/pick" encoding: json output: { type: "object" properties: { avatars: { type: "array" items: { properties: { createdAt: { type: "string" format: "date-time" } path: { type: "string" } updatedAt: { type: "string" format: "date-time" } width: { type: "integer" } } } } } } }