Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1142 from petracihalova/api-spec-up…
Browse files Browse the repository at this point in the history
…date

update example value for cross account requests in open api spec
  • Loading branch information
petracihalova authored Jul 31, 2024
2 parents 3fd06bb + 28fefb5 commit 7e2f451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3718,7 +3718,7 @@
"type": "array",
"items": {
"type": "string",
"example": "Role Name"
"example": "Role Display Name"
}
}
}
Expand All @@ -3742,7 +3742,7 @@
"type": "array",
"items": {
"type": "string",
"example": "Role Name"
"example": "Role Display Name"
}
}
}
Expand All @@ -3761,7 +3761,7 @@
"type": "array",
"items": {
"type": "string",
"example": "Role Name"
"example": "Role Display Name"
}
},
"status": {
Expand Down

0 comments on commit 7e2f451

Please sign in to comment.