Page MenuHomePhabricator

Reading List REST Interface: DELETE lists endpoint
Closed, ResolvedPublic

Description

Create a REST handler and any other necessary associated code (extension.json entry, helper classes, etc.) for the DELETE lists endpoint.

  • endpoint implemented
  • tests created
  • tests pass

Endpoint summary:
Delete a list.

Endpoint description:
List must belong to current user and request must be authenticated with a MediaWiki session cookie.
Stability: unstable

Associated RESTBase code
lists.yaml (spec+forwarding)
lists.js (tests)

Associated Action API code
ApiReadingListsDelete
ApiReadingListsDeleteTest

Parameters:

namesourcerequiredtypeexampledefaultpossible valuesdescription
idpathyesinteger42N/AN/A

Error Response

#/components/schemas/problem per API.md and draft-nottingham-http-problem

Success Response

json object

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
BPirkle renamed this task from Reading List REST Interface: create lists DELETE endpoint to Reading List REST Interface: DELETE lists endpoint.Nov 14 2023, 2:58 AM
BPirkle updated the task description. (Show Details)

Change 983241 had a related patch set uploaded (by BPirkle; author: BPirkle):

[mediawiki/extensions/ReadingLists@master] REST Handlers for managing reading lists

https://gerrit.wikimedia.org/r/983241

Change 983241 merged by jenkins-bot:

[mediawiki/extensions/ReadingLists@master] REST Handlers for managing reading lists

https://gerrit.wikimedia.org/r/983241

BPirkle updated the task description. (Show Details)