Skip to content

Commit f86ede8

Browse files
authored
docs: improved descriptions for context parameter (#330)
1 parent 06db1ee commit f86ede8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/repos/createCommitStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A short description of the status.
6060
</td></tr>
6161
<tr><td>context</td><td>no</td><td>
6262

63-
A string label to differentiate this status from the status of other systems.
63+
A string label to differentiate this status from the status of other systems. This field is case-insensitive.
6464

6565
</td></tr>
6666
</tbody>

scripts/update-endpoints/generated/endpoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31643,7 +31643,7 @@
3164331643
},
3164431644
{
3164531645
"name": "context",
31646-
"description": "A string label to differentiate this status from the status of other systems.",
31646+
"description": "A string label to differentiate this status from the status of other systems. This field is case-insensitive.",
3164731647
"in": "BODY",
3164831648
"type": "string",
3164931649
"required": false,

0 commit comments

Comments
 (0)