Skip to content

Commit

Permalink
Merge pull request #77 from Open-MBEE/fix/openapi
Browse files Browse the repository at this point in the history
fix search response spec
  • Loading branch information
dlamoris authored Jan 11, 2024
2 parents 8246a5b + 83821e0 commit a9224e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions openapi/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1917,6 +1917,9 @@ components:
items:
type: string
nullable: true
commitId:
type: string
nullable: true
rejected:
type: array
nullable: true
Expand Down
2 changes: 1 addition & 1 deletion openapi/doc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"invokerPackage": "org.openmbee.mms",
"groupId": "org.openmbee.mms",
"artifactId": "mms-client",
"artifactVersion": "4.0.17"
"artifactVersion": "4.0.18"
}
2 changes: 1 addition & 1 deletion openapi/java-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"groupId": "org.openmbee.mms",
"artifactId": "mms-java-client",
"artifactVersion": "4.0.17",
"artifactVersion": "4.0.18",
"artifactUrl": "https://github.com/Open-MBEE/mms",
"artifactDescription": "Java OpenAPI Client for MMS",
"library": "jersey2",
Expand Down
2 changes: 1 addition & 1 deletion openapi/python-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageName": "mms_python_client",
"projectName": "mms-python-client",
"packageVersion": "4.0.17"
"packageVersion": "4.0.18"
}

0 comments on commit a9224e5

Please sign in to comment.