Skip to content

Commit

Permalink
make name required
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 20, 2024
1 parent 8b6fddc commit 6542ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webservice/src/app/api/v1/environments/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const openapi: Swagger.SwaggerV3 = {
additionalProperties: true,
},
},
required: ["id", "systemId"],
required: ["id", "name", "systemId"],
},
},
},
Expand Down
1 change: 1 addition & 0 deletions openapi.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
},
"required": [
"id",
"name",
"systemId"
]
}
Expand Down

0 comments on commit 6542ac6

Please sign in to comment.