API-18 — Create Story with Valid Data
Stories
Backend API
API-18 — Create Story with Valid Data
API-18 — Create Story with Valid Data
Target
Backend API — Stories
Preconditions
- A valid authentication token exists
Steps
- Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/stories with required story fields (title, content, etc.) and the auth token
- Observe the response
Expected Result
- HTTP 200 or 201 is returned
- The story is created and visible in the stories list