Add missing enum fields for the set_presence parameter

Signed-off-by: Konstantinos Sideris <siderisk@auth.gr>
This commit is contained in:
Konstantinos Sideris 2017-01-14 19:09:23 +02:00
parent b9f677ee94
commit 09a768763d

View file

@ -76,7 +76,7 @@ paths:
- in: query - in: query
name: set_presence name: set_presence
type: string type: string
enum: ["offline"] enum: ["offline", "online", "unavailable"]
description: |- description: |-
Controls whether the client is automatically marked as online by Controls whether the client is automatically marked as online by
polling this API. If this parameter is omitted then the client is polling this API. If this parameter is omitted then the client is