Skip to content

Commit a9224e5

Browse files
authored
Merge pull request #77 from Open-MBEE/fix/openapi
fix search response spec
2 parents 8246a5b + 83821e0 commit a9224e5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

openapi/api-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,6 +1917,9 @@ components:
19171917
items:
19181918
type: string
19191919
nullable: true
1920+
commitId:
1921+
type: string
1922+
nullable: true
19201923
rejected:
19211924
type: array
19221925
nullable: true

openapi/doc-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"invokerPackage": "org.openmbee.mms",
44
"groupId": "org.openmbee.mms",
55
"artifactId": "mms-client",
6-
"artifactVersion": "4.0.17"
6+
"artifactVersion": "4.0.18"
77
}

openapi/java-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"groupId": "org.openmbee.mms",
33
"artifactId": "mms-java-client",
4-
"artifactVersion": "4.0.17",
4+
"artifactVersion": "4.0.18",
55
"artifactUrl": "https://github.com/Open-MBEE/mms",
66
"artifactDescription": "Java OpenAPI Client for MMS",
77
"library": "jersey2",

openapi/python-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageName": "mms_python_client",
33
"projectName": "mms-python-client",
4-
"packageVersion": "4.0.17"
4+
"packageVersion": "4.0.18"
55
}

0 commit comments

Comments
 (0)