Add To Stash API #77

Open
opened 2025-02-17 22:24:11 +00:00 by boiii · 0 comments
Collaborator

Possibly as GraphQL mutation, possible API:

mutation {
  AddSceneToStash(stash: "favorites", scene: "5")

  AddActorToStash(stash: "favorites", actor: "7")

  ...
}

Consideration: Differentiate in the return value between if the item was already part of the stash or not?

Possibly as GraphQL mutation, possible API: ```graphql mutation { AddSceneToStash(stash: "favorites", scene: "5") AddActorToStash(stash: "favorites", actor: "7") ... } ``` Consideration: Differentiate in the return value between if the item was already part of the stash or not?
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: DebaucheryLibrarian/traxxx#77
No description provided.