Skip to content

Commit

Permalink
'default context' doesn't make much sense to mobile, removing references
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 6, 2014
1 parent 1b90597 commit e5b77c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,10 @@ support, the server must have the following endpoints:
* GET /session/:sessionid/context
* returns one of:
* a string representing the current context
* `null`, representing the default context ("no context")
* `null`, representing "no context"
* POST /session/:sessionid/context
* accepts one of:
* a string representing an available context
* `null`, signifying a return to the default context

The first endpoint must return a possibly-empty array of strings. Each string
must be the arbitrary name of an available context, e.g., one of possibly
Expand Down

0 comments on commit e5b77c9

Please sign in to comment.