merge aviflax-objects-not-hashes · JavaLeaks/developer.github.com@b3f11ed · GitHub
Skip to content

Commit b3f11ed

Browse files
committed
merge aviflax-objects-not-hashes
2 parents 262500c + 292adc8 commit b3f11ed

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

content/v3.md

Lines changed: 1 addition & 1 deletion

content/v3/gists.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Name | Type | Description
6868

6969
Name | Type | Description
7070
-----|------|--------------
71-
`files`|`hash` | **Required**. Files that make up this gist.
71+
`files`|`object` | **Required**. Files that make up this gist.
7272
`description`|`string` | A description of the gist.
7373
`public`|`boolean` | Indicates whether the gist is public. Default: `false`
7474

75-
The keys in the `files` hash are the `string` filename, and the value is another `hash` with a key of `content`, and a value of the file contents. For example:
75+
The keys in the `files` object are the `string` filename, and the value is another `object` with a key of `content`, and a value of the file contents. For example:
7676

7777
<%= json \
7878
:description => "the description for this gist",
@@ -102,11 +102,11 @@ The keys in the `files` hash are the `string` filename, and the value is another
102102
Name | Type | Description
103103
-----|------|--------------
104104
`description`|`string` | A description of the gist.
105-
`files`|`hash` | Files that make up this gist.
105+
`files`|`object` | Files that make up this gist.
106106
`content`|`string` | Updated file contents.
107107
`filename`|`string` | New name for this file.
108108

109-
The keys in the `files` hash are the `string` filename. The value is another `hash` with a key of `content` (indicating the new contents), or `filename` (indicating the new filename). For example:
109+
The keys in the `files` object are the `string` filename. The value is another `object` with a key of `content` (indicating the new contents), or `filename` (indicating the new filename). For example:
110110

111111
<%= json \
112112
:description => "the description for this gist",

content/v3/rate_limit.md

Lines changed: 5 additions & 5 deletions

0 commit comments

Comments
 (0)