Skip to content
Snippets Groups Projects

fix: Fix Agreement return format + fixed date format issues

3 unresolved threads
Files
9
+ 6
1
@@ -118,7 +118,7 @@ paths:
@@ -118,7 +118,7 @@ paths:
content:
content:
application/json:
application/json:
schema:
schema:
$ref: "#/components/schemas/EfUser"
$ref: "#/components/schemas/EfUsers"
403:
403:
description: Invalid credentials
description: Invalid credentials
500:
500:
@@ -198,6 +198,11 @@ components:
@@ -198,6 +198,11 @@ components:
- type: "null"
- type: "null"
description: The URL
description: The URL
 
EfUsers:
 
type: array
 
items:
 
$ref: "#/components/schemas/EfUser"
 
EfUser:
EfUser:
type: object
type: object
properties:
properties:
Loading