Update documentation for API.

All that's left for twitch mirroring is a UI and then testing.
merge-requests/25/head
knotteye 2020-10-12 12:12:27 -05:00
parent 98927bd7b8
commit d4bb2ceebe
1 changed files with 2 additions and 2 deletions

View File

@ -124,9 +124,9 @@ Update the current user's information
**Authentication**: yes **Authentication**: yes
**Parameters**: title, bio, rec **Parameters**: title, bio, rec, twitch, twitch_key
Rec is a boolean (whether to record VODs), others are strings. Parameters that are not included in the request will not be updated. Rec is a boolean (whether to record VODs), twitch is a boolean (whether to mirror video streams to twitch) others are strings. Twitch_key is the stream key to use for twitch. Parameters that are not included in the request will not be updated.
**Response**: Returns `{error: "error code"}` or `{success: ""}` **Response**: Returns `{error: "error code"}` or `{success: ""}`