/
/PiShock Public API v1
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7h ago · Updated 3d ago
Account3
Firmware3
Health1
Hub4
Links5
Multishock8
  • getRetrieves a specific flow by its database ID. Returns the complete flow object including all flow data.
  • putUpdates an existing flow owned by the authenticated user.
  • deleteDeletes a flow owned by the authenticated user.
  • patchUpdates an existing flow owned by the authenticated user.
  • getRetrieves all flows by a specific creator. If no CreatorId is specified, returns flows for the authenticated user. Returns limited fields (name, description, creator, dates, tags, and plugin dependencies).
  • getRetrieves a paginated list of flows. Returns limited fields (name, description, creator, dates, tags, and plugin dependencies). Maximum 50 flows per page.
  • getRetrieves all flows by a specific creator. If no CreatorId is specified, returns flows for the authenticated user. Returns limited fields (name, description, creator, dates, tags, and plugin dependencies).
  • postUploads a new flow for the authenticated user.
Share10
Shockers4
    Multishock
    Multishock

    Deletes a flow owned by the authenticated user.

    delete/Multishock/Flow/{flowId}

    Path parameters

    flowIdstring required

    Response

    No Content

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.