Skip to content

Commit

Permalink
Merge pull request #11 from SubaMoorthy/fix-swagger-kpi-bugs
Browse files Browse the repository at this point in the history
Fix enum casing
  • Loading branch information
SubaMoorthy authored Apr 2, 2021
2 parents fb9d2b1 + c5bd245 commit c0959d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
"name": "service456",
"systemData": {
"createdBy": "string",
"createdByType": "application",
"createdByType": "Application",
"createdAt": "2020-02-03T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "application",
"lastModifiedByType": "Application",
"lastModifiedAt": "2020-02-04T02:03:01.1974346Z"
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"name": "service123",
"systemData": {
"createdBy": "string",
"createdByType": "application",
"createdByType": "Application",
"createdAt": "2020-02-03T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "application",
"lastModifiedByType": "Application",
"lastModifiedAt": "2020-02-04T02:03:01.1974346Z"
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"name": "service123",
"systemData": {
"createdBy": "string",
"createdByType": "application",
"createdByType": "Application",
"createdAt": "2020-02-03T01:01:01.1075056Z",
"lastModifiedBy": "string",
"lastModifiedByType": "application",
"lastModifiedByType": "Application",
"lastModifiedAt": "2020-02-04T02:03:01.1974346Z"
},
"properties": {
Expand Down

0 comments on commit c0959d0

Please sign in to comment.