Skip to content

Create '/saved_roll/' endpoint #2

Description

@tlake

Object

{
  "group": {string},
  "user": {string},
  "name": {string},
  "content": {string}
}

API Endpoints

/saved_roll/

  • GET:
    List all saved rolls.

  • POST:
    Idempotent create-or-update operation.

/saved_roll/?{query}/

  • GET:
    List all saved rolls that match the {query}.
    Available query params (may be joined with &):
    • group=
    • user=
    • name=

/saved_roll/{pk}/

  • GET:
    Describe the saved roll with primary key {pk}.

  • DELETE:
    Delete the saved roll with primary key {pk}.

/saved_roll/{pk}/calc/

  • GET:
    Calculate the saved roll with primary key {pk}.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions