# Uploads an image Endpoint: POST /pets/{petId}/uploadImage Version: 1.0.20-SNAPSHOT Security: petstore_auth ## Path parameters: - `petId` (integer, required) ID of pets to update ## Query parameters: - `additionalMetadata` (string) Additional Metadata ## Response 200 fields (application/json): - `code` (integer) Example: 1 - `type` (string) Example: "type" - `message` (string) Example: "test message"