API-20 — Create Help Request with Valid Data
Help
Backend API
API-20 — Create Help Request with Valid Data
API-20 — Create Help Request with Valid Data
Target
Backend API — Help
Preconditions
- A valid authentication token exists
Steps
- Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/help with required fields (description, location, etc.) and the auth token
- Observe the response
Expected Result
- HTTP 200 or 201 is returned
- The help request is created
- It appears in the Help section of the Admin Panel