update post: sections

This commit is contained in:
jcgoette 2021-05-30 22:54:08 -04:00 committed by Christopher Charbonneau Wells
parent 14cad570ad
commit d9485f0208
1 changed files with 29 additions and 0 deletions

View File

@ -528,6 +528,8 @@ paths:
amount: amount:
type: number type: number
nullable: true nullable: true
notes:
type: string
required: required:
- child - child
- time - time
@ -1041,7 +1043,12 @@ paths:
amount: amount:
type: number type: number
nullable: true nullable: true
notes:
type: string
required: required:
- child
- start
- end
- type - type
- method - method
application/x-www-form-urlencoded: application/x-www-form-urlencoded:
@ -1494,6 +1501,9 @@ paths:
type: integer type: integer
note: note:
type: string type: string
time:
type: string
format: date-time
required: required:
- child - child
- note - note
@ -1762,6 +1772,12 @@ paths:
end: end:
type: string type: string
format: date-time format: date-time
notes:
type: string
required:
- child
- start
- end
application/x-www-form-urlencoded: application/x-www-form-urlencoded:
schema: *id013 schema: *id013
multipart/form-data: multipart/form-data:
@ -2044,6 +2060,8 @@ paths:
time: time:
type: string type: string
format: date-time format: date-time
notes:
type: string
required: required:
- child - child
- temperature - temperature
@ -2341,9 +2359,14 @@ paths:
start: start:
type: string type: string
format: date-time format: date-time
end:
type: string
format: date-time
user: user:
type: integer type: integer
nullable: true nullable: true
required:
- child
application/x-www-form-urlencoded: application/x-www-form-urlencoded:
schema: *id019 schema: *id019
multipart/form-data: multipart/form-data:
@ -2723,6 +2746,10 @@ paths:
milestone: milestone:
type: string type: string
maxLength: 255 maxLength: 255
required:
- child
- start
- end
application/x-www-form-urlencoded: application/x-www-form-urlencoded:
schema: *id022 schema: *id022
multipart/form-data: multipart/form-data:
@ -3011,6 +3038,8 @@ paths:
date: date:
type: string type: string
format: date format: date
notes:
type: string
required: required:
- child - child
- weight - weight