Conventions
Item | Description |
---|---|
| Field or code in the body of test |
POST https://secure... | Code block |
| Variable in code |
GET | Get method |
POST | Post method |
PUT | Put method |
PATCH | Patch method |
DELETE | Delete method |
(optional) | All attributes are mandatory, unless identified by explicitly with the optional keyword. |