diff options
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/swagger.yaml | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index a3a79e2fb..c2e5c5fc3 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -2692,6 +2692,11 @@ definitions:                  example: "2021-07-30T09:20:25+00:00"                  type: string                  x-go-name: CreatedAt +            edited_at: +                description: Timestamp of when the status was last edited (ISO 8601 Datetime). +                example: "2021-07-30T09:20:25+00:00" +                type: string +                x-go-name: EditedAt              emojis:                  description: Custom emoji to be used when rendering status content.                  items: @@ -2889,6 +2894,11 @@ definitions:                  example: "2021-07-30T09:20:25+00:00"                  type: string                  x-go-name: CreatedAt +            edited_at: +                description: Timestamp of when the status was last edited (ISO 8601 Datetime). +                example: "2021-07-30T09:20:25+00:00" +                type: string +                x-go-name: EditedAt              emojis:                  description: Custom emoji to be used when rendering status content.                  items:  | 
