Skip to content

Commit

Permalink
Merge pull request #6 from fortytools/documentation
Browse files Browse the repository at this point in the history
Add docs for facility number
  • Loading branch information
Akise17 authored Feb 4, 2025
2 parents 683a916 + a74a32b commit 3353d26
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion fortytools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Facility'
$ref: '#/components/schemas/FacilityUpdate'
required: true
responses:
204:
Expand Down Expand Up @@ -2811,6 +2811,25 @@ components:
employee_id:
type: integer
Facility:
type: object
properties:
name:
type: string
street:
type: string
zip:
type: string
city:
type: string
bunchofkeys:
type: string
customer_id:
type: integer
project_id:
type: integer
number:
type: integer
FacilityUpdate:
type: object
properties:
name:
Expand Down

0 comments on commit 3353d26

Please sign in to comment.