Skip to content

Commit

Permalink
Change field name to reflect API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Dec 21, 2023
1 parent 8af120f commit 9f4ddd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6097,7 +6097,7 @@
"items": {
"type": "object",
"properties": {
"project_name": {
"project": {
"type": "string"
},
"group": {
Expand All @@ -6107,11 +6107,11 @@
},
"example": [
{
"project_name": "accounting",
"project": "accounting",
"group": "Platform"
},
{
"project_name": "infra",
"project": "infra",
"group": "Platform"
}
]
Expand All @@ -6138,7 +6138,7 @@
"type": "array",
"items": {
"properties": {
"project_name": {
"project": {
"type": "string"
},
"group": {
Expand Down

0 comments on commit 9f4ddd7

Please sign in to comment.