-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
Milestone
Description
The enter key seems to submit for some APIs but not others. Taking the pet store example:
- The first three POSTs use enter for a new line in the request body. This is understandable.
- "Updated user" PUT uses enter for submit. It's in the "/user" section.
- "Get user by user name" GET uses enter for submit. It's in the "/user" section.
- "Logs user into the system" GET doesn't seem to do anything on pressing enter. It's in the "/user" section.
- "Find pet by ID" GET uses enter for submit. It's in the "/pet" section.
- "Finds Pets by tags" GET uses enter for submit. It's in the "/pet" section.
I'm using the latest consumer version of Chrome 26.0.1410.64m and the current master with the petstore example at http://petstore.swagger.wordnik.com/api/api-docs.json.