Changeset 42 for trunk/JsonAPI.txt
- Timestamp:
- 08/13/10 21:41:00 (3 years ago)
- Files:
-
- 1 modified
-
trunk/JsonAPI.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JsonAPI.txt
r40 r42 1 1 = API = 2 2 3 * at the beginning only the user admin and the role admin exist4 * before reserving a new slot an user must define her own non-empty fallback playlist5 3 * before the definition of a playlist, files must be registered 6 4 … … 296 294 "comment": <comment>, 297 295 "tags": <tags>, 298 "private": (true|false), #true if this will be the user's fallback playlist 296 "private": (true|false), #true if this playlist can be viewed only by the owner (or with the canManageAllPlaylists role attribute) 297 "random": (true|false), #true if this playlist will be played in random order 299 298 "viewers": [ # a list of usernames of other users that can watch and play this playlist 300 299 <username>, … … 325 324 "comment": <a new comment or null to leave unchanged>, 326 325 "tags": <new tags or null to leave unchanged>, 327 "fallback": (true|false|null) #true if this will be the user's fallback playlist, null to leave unchanged 326 "private": (true|false), #true if this playlist can be viewed only by the owner (or with the canManageAllPlaylists role attribute) 327 "random": (true|false), #true if this playlist will be played in random order 328 328 "viewers": [ # a list of usernames of other users that can watch and play this playlist, or null to leave unchanged 329 329 <username>,