-
Notifications
You must be signed in to change notification settings - Fork 15
API Specification v1.0
Hannah edited this page Aug 20, 2019
·
2 revisions
api paths:
- path: {endpoint_url}/jobs
description: request all print jobs (GET), or create a new one (POST)
types:
- GET
parameters:
- active (filter for active print jobs)
- deletable (filter for deletable print jobs)
- POST
parameters:
- name
- email
- file
- preferred color
- time stamp
- comments
- path: {endpoint_url}/jobs/{pid}
description: view/delete/update an active print job
types:
- GET
- DELETE
- PUT
parameters:
- job ID
- file
- color
- comments