Skip to content

Commit

Permalink
Merge pull request #286 from falsepopsky/fix/schema-entityupdate
Browse files Browse the repository at this point in the history
fix: add missing properties in EntityUpdate schema
  • Loading branch information
maxifwortman committed May 11, 2023
2 parents 9892bf3 + 08d0af5 commit d103a73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2781,9 +2781,17 @@ components:
entityType:
type: string
x-go-name: EnitityType
methodInt:
type: integer
method:
type: string
x-go-name: Method
extraInfo:
type: string
userId:
type: integer
recordType:
type: string
recordId:
format: int64
type: integer
Expand Down

0 comments on commit d103a73

Please sign in to comment.