Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from stacklok/update-openapi-6afd610c79f38dd540…
Browse files Browse the repository at this point in the history
…c4fe2e0bc0dffe1294145f

Update OpenAPI
  • Loading branch information
JAORMX authored Nov 4, 2023
2 parents 6afd610 + 6480ecb commit 4fdfc46
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,12 +1105,8 @@
"projectId": {
"type": "string"
},
"repositories": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/v1UpstreamRepositoryRef"
}
"repository": {
"$ref": "#/definitions/v1UpstreamRepositoryRef"
}
}
}
Expand Down Expand Up @@ -2381,12 +2377,8 @@
"v1RegisterRepositoryResponse": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/v1RegisterRepoResult"
}
"result": {
"$ref": "#/definitions/v1RegisterRepoResult"
}
}
},
Expand Down

0 comments on commit 4fdfc46

Please sign in to comment.