Skip to content

Commit

Permalink
fix OpenAPI docs for required office in outlet retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkorynta committed Aug 7, 2024
1 parent 8b3c43d commit 22f9107
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public void create(@NotNull Context ctx) {

@OpenApi(
queryParams = {
@OpenApiParam(name = OFFICE, description = "Office id for the reservoir project location " +
"associated with the outlets. Defaults to the user session id."),
@OpenApiParam(name = OFFICE, required = true, description = "Office id for the reservoir project location " +
"associated with the outlets."),
@OpenApiParam(name = PROJECT_ID, required = true, description = "Specifies the project-id of the " +
"Outlets whose data is to be included in the response."),
},
Expand Down

0 comments on commit 22f9107

Please sign in to comment.