Skip to content

Commit 88a246d

Browse files
authored
fix: POST /repos/{owner}/{repo}/deployments (repos/create-deployment) does not accept a created_at parameter (#383)
1 parent 39f4f14 commit 88a246d

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

docs/repos/createDeployment.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ Specifies if the given environment is specific to the deployment and will no lon
127127
Specifies if the given environment is one that end-users directly interact with. Default: `true` when `environment` is `production` and `false` otherwise.
128128
**Note:** This parameter requires you to use the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/rest/overview/api-previews#enhanced-deployments) custom media type.
129129

130-
</td></tr>
131-
<tr><td>created_at</td><td>no</td><td>
132-
133130
</td></tr>
134131
</tbody>
135132
</table>

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "Gregor Martynus (https://twitter.com/gr2m)",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@octokit/types": "^6.14.0",
27+
"@octokit/types": "^6.14.1",
2828
"deprecation": "^2.3.1"
2929
},
3030
"devDependencies": {

scripts/update-endpoints/generated/endpoints.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34291,19 +34291,6 @@
3429134291
"validation": null,
3429234292
"alias": null,
3429334293
"deprecated": null
34294-
},
34295-
{
34296-
"name": "created_at",
34297-
"description": "",
34298-
"in": "BODY",
34299-
"type": "string",
34300-
"required": false,
34301-
"enum": null,
34302-
"allowNull": false,
34303-
"mapToData": null,
34304-
"validation": null,
34305-
"alias": null,
34306-
"deprecated": null
3430734294
}
3430834295
],
3430934296
"responses": [

0 commit comments

Comments
 (0)