You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#list-releases).
12753
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#list-releases).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#get-a-release-asset).
12799
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#get-a-release-asset).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#delete-a-release-asset).
12823
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#delete-a-release-asset).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#update-a-release-asset).
12847
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#update-a-release-asset).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#get-the-latest-release).
12869
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#get-the-latest-release).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#get-a-release-by-tag-name).
12893
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#get-a-release-by-tag-name).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#get-a-release).
12917
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#get-a-release).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#delete-a-release).
12941
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#delete-a-release).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#update-a-release).
12965
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#update-a-release).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#list-release-assets).
12993
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#list-release-assets).
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#upload-a-release-asset).
13021
+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#upload-a-release-asset).
Copy file name to clipboardExpand all lines: src/Schema/Gists/Update/Request/ApplicationJson.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
finalreadonlyclass ApplicationJson
10
10
{
11
-
publicconstSCHEMA_JSON = '{"type":["object","null"],"anyOf":[{"required":["description"]},{"required":["files"]}],"properties":{"description":{"type":"string","description":"The description of the gist.","examples":["Example Ruby script"]},"files":{"type":"object","description":"The gist files to be updated, renamed, or deleted. Each `key` must match the current filename\\n(including extension) of the targeted gist file. For example: `hello.py`.\\n\\nTo delete a file, set the whole file to null. For example: `hello.py : null`.","additionalProperties":{"type":["object","null"],"anyOf":[{"required":["content"]},{"required":["filename"]},{"maxProperties":0,"type":"object"}],"properties":{"content":{"type":"string","description":"The new content of the file."},"filename":{"type":["string","null"],"description":"The new filename for the file."}}},"examples":[{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}]}}}';
11
+
publicconstSCHEMA_JSON = '{"type":["object","null"],"properties":{"description":{"type":"string","description":"The description of the gist.","examples":["Example Ruby script"]},"files":{"type":"object","description":"The gist files to be updated, renamed, or deleted. Each `key` must match the current filename\\n(including extension) of the targeted gist file. For example: `hello.py`.\\n\\nTo delete a file, set the whole file to null. For example: `hello.py : null`.","additionalProperties":{"type":["object","null"],"properties":{"content":{"type":"string","description":"The new content of the file."},"filename":{"type":["string","null"],"description":"The new filename for the file."}}},"examples":[{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}]}},"additionalProperties":false}';
Copy file name to clipboardExpand all lines: src/Schema/Gists/Update/Request/ApplicationJson/Files.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
finalreadonlyclass Files
8
8
{
9
-
publicconstSCHEMA_JSON = '{"type":"object","description":"The gist files to be updated, renamed, or deleted. Each `key` must match the current filename\\n(including extension) of the targeted gist file. For example: `hello.py`.\\n\\nTo delete a file, set the whole file to null. For example: `hello.py : null`.","additionalProperties":{"type":["object","null"],"anyOf":[{"required":["content"]},{"required":["filename"]},{"maxProperties":0,"type":"object"}],"properties":{"content":{"type":"string","description":"The new content of the file."},"filename":{"type":["string","null"],"description":"The new filename for the file."}}},"examples":[{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}]}';
9
+
publicconstSCHEMA_JSON = '{"type":"object","description":"The gist files to be updated, renamed, or deleted. Each `key` must match the current filename\\n(including extension) of the targeted gist file. For example: `hello.py`.\\n\\nTo delete a file, set the whole file to null. For example: `hello.py : null`.","additionalProperties":{"type":["object","null"],"properties":{"content":{"type":"string","description":"The new content of the file."},"filename":{"type":["string","null"],"description":"The new filename for the file."}}},"examples":[{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}]}';
10
10
publicconstSCHEMA_TITLE = '';
11
11
publicconstSCHEMA_DESCRIPTION = 'The gist files to be updated, renamed, or deleted. Each `key` must match the current filename
12
12
(including extension) of the targeted gist file. For example: `hello.py`.
0 commit comments