API-18 — Create Story with Valid Data

Stories
Backend API
API-18 — Create Story with Valid Data
Published

2026-06-17

API-18 — Create Story with Valid Data

Target

Backend API — Stories

Preconditions

  • A valid authentication token exists

Steps

  1. Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/stories with required story fields (title, content, etc.) and the auth token
  2. Observe the response

Expected Result

  • HTTP 200 or 201 is returned
  • The story is created and visible in the stories list