Skip to content

Commit

Permalink
Upd: camelCase fields in organisation admin log
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Oct 24, 2023
1 parent 04d08f2 commit 8e0d733
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3981,23 +3981,23 @@ paths:
items:
type: object
properties:
ID:
id:
type: string
description: ID for organisation log
Type:
type:
type: integer
description: Type integer for organisation log
TypeStr:
typeStr:
type: string
description: Type string for organisation log
UserID:
userId:
type: string
description: User ID
UserName:
username:
type: string
TimeStamp:
timestamp:
type: string
Log:
log:
type: string
type: array
pagination:
Expand Down
14 changes: 7 additions & 7 deletions openapi/v2023.8.2/definitions/OrganisationAdminLog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ type: array
items:
type: object
properties:
ID:
id:
type: string
description: ID for organisation log
Type:
type:
type: integer
description: Type integer for organisation log
TypeStr:
typeStr:
type: string
description: Type string for organisation log
UserID:
userId:
type: string
description: User ID
UserName:
username:
type: string
TimeStamp:
timestamp:
type: string
Log:
log:
type: string

0 comments on commit 8e0d733

Please sign in to comment.