Skip to content

Commit

Permalink
feature: swagger updated based on new structure of new-interaction-graph
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiststwin committed Aug 17, 2023
1 parent d2fc536 commit 6556197
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion src/docs/memberActivity.doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,31 @@ paths:
type: string
stats:
type: string
avatar:
type: string
example: "b50adff099924dd5e6b72d13f77eb9d7"
joinedAt:
type: string
format: date-time
example: "2022-05-30T15:46:52.924+00:00"
roles:
type: array
items:
type: object
properties:
roleId:
type: string
example: "discordRoleId1"
name:
type: string
example: "role1"
color:
type: string
example: "#000000"
ngu:
type: string
example: "HajBehzadTalast"

to:
type: object
properties:
Expand All @@ -269,8 +294,33 @@ paths:
type: integer
username:
type: string
stats:
stats:
type: string
avatar:
type: string
example: "b50adff099924dd5e6b72d13f77eb9d7"
joinedAt:
type: string
format: date-time
example: "2022-05-30T15:46:52.924+00:00"
roles:
type: array
items:
type: object
properties:
roleId:
type: string
example: "discordRoleId1"
name:
type: string
example: "role1"
color:
type: string
example: "#000000"
ngu:
type: string
example: "HajBehzadTalast"

width:
type: integer
"401":
Expand Down

0 comments on commit 6556197

Please sign in to comment.