v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\ChecklistSvgController

api/checklist-svg POST Store an SVG inspection

post/api/checklist-svg

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

checklist_idinteger required

The checklist ID that this SVG refers to (at the moment of storage)

svgstring required

The SVG body to store (max 16,777,215 characters)

pagesinteger

The amount of pages of the SVG

namestring

The name of the inspection SVG

last_printstring

The last print datetime

Example request

{
  "checklist_id": 9,
  "svg": "excepturi",
  "pages": 11,
  "name": "dignissimos",
  "last_print": "nihil"
}