info:# require title: Uber API # require version:1.0.0# require description: Move your app forward with the Uber API termsOfService: string license: name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0.html contact: name: API Support url: http://www.swagger.io/support email: support@swagger.io
tags: - pet summary: Updates a pet in the store with form data description:"" externalDocs: External Documentation Object operationId: updatePetWithForm consumes: - application/x-www-form-urlencoded produces: - application/json - application/xml parameters: - name: petId in: path description: ID of pet that needs to be updated required:true type: string - name: name in: formData description: Updated name of the pet required:false type: string - name: status in: formData description: Updated status of the pet required:false type: string responses: '200': description: Pet updated. '405': description: Invalid input schemes: - string deprecated:false security: # OAuth2 Security Requirement - petstore_auth: - write:pets - read:pets