Skip to content

Commit

Permalink
add new field (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyle authored and GitHub Enterprise committed Dec 8, 2023
1 parent a084c37 commit 032ffe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ Each response includes a `blog` object that is the equivalent of an `/info` [res
| **id_string** | String | The post's unique ID as a String | For clients that don't support 64-bit integers |
| **genesis_post_id** | String | The post's unique "genesis" ID† as a String | Only available to the post owner in certain circumstances |
| **post_url** | String | The location of the post | |
| **parent_post_url** | String | The URL of the parent post, if this is a reblog | Only available if the post is a reblog |
| **type** | String | The type of post | See the `type` request parameter |
| **timestamp** | Number | The time of the post, in seconds since the epoch | |
| **date** | String | The GMT date and time of the post, as a string | |
Expand Down

0 comments on commit 032ffe5

Please sign in to comment.