Skip to content

Commit

Permalink
Fix Legal Child Elements of updatecheck response.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlicki committed Nov 17, 2015
1 parent 275623f commit 00976cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ServerProtocolV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ Each product that is contained in the response is represented by exactly one `<a
* `cohort`: See cohort in the `<request>`. If this attribute is transmitted in the response (even if the value is empty-string), the client should overwrite the current cohort of this app with the sent value. Limited to ASCII characters 32 to 127 (inclusive) and a maximum length of 1024 characters. No default value: the lack of a transmitted value has a different meaning than any transmitted value.
* `cohorthint`: See cohorthint in the `<request>`. If sent (even if the value is empty-string), the client should overwrite the current cohorthint of this app with the sent value. Limited to ASCII characters 32 to 127 (inclusive) and a maximum length of 1024 characters. No default value: the lack of a transmitted value has a different meaning than any transmitted value.
* `cohortname`: See cohortname in the `<request>`. If sent (even if the value is empty-string), the client should overwrite the current cohortname of this app with the sent value. Limited to ASCII characters 32 to 127 (inclusive) and a maximum length of 1024 characters. No default value: the lack of a transmitted value has a different meaning than any transmitted value.

##### Legal Child Elements #####
* At most one `<ping>`.
* Any number of `<data>`.
Expand Down

0 comments on commit 00976cb

Please sign in to comment.