Skip to content

Commit

Permalink
Use 'true' rather than '1' for archived flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Haines committed Oct 8, 2015
1 parent 241096d commit d42c319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/client-server/v1/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ paths:
description: |-
Whether to include rooms that the user has left. If absent then
only rooms that the user has been invited to or has joined are
included. If set to "1" then rooms that the user has left are
included. If set to "true" then rooms that the user has left are
included as well.
required: false
x-example: "1"
x-example: "true"
responses:
200:
description: "The events received, which may be none."
Expand Down

0 comments on commit d42c319

Please sign in to comment.