Skip to content

Commit

Permalink
CORE_18, CORE_22, CORE_23: Make it explicit that a Content-Format opt…
Browse files Browse the repository at this point in the history
…ion is needed for PUT/POST
  • Loading branch information
cabo committed Mar 9, 2014
1 parent b47da31 commit 0b2292c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions base.html
Expand Up @@ -2713,6 +2713,7 @@
<li>Code = 3 (PUT)</li>
<li>Another client-generated Message ID ≠ CMID (➔ CMID2)</li>
<li>Client-generated Token which may or may not be ≠ CTOK (➔ CTOK2)</li>
<li>Content-format option</li>
<li>Uri-Path option &quot;validate&quot;</li>
<li>Option type = If-Match, value = ETAG1 (ETag value received in step 3)</li>
<li>An arbitrary payload (which differs from the payload received in step 3)</li>
Expand Down Expand Up @@ -2834,6 +2835,7 @@
<li>Code = 3 (PUT)</li>
<li>Another client-generated Message ID ≠ CMID, CMID2, CMID3 (➔ CMID4)</li>
<li>Client-generated Token which may or may not be ≠ CTOK, CTOK2, CTOK3 (➔ CTOK4)</li>
<li>Content-format option</li>
<li>Uri-Path option &quot;validate&quot;</li>
<li>An arbitrary payload (which differs from the payloads received in steps 3 and 10)</li>
</ul>
Expand Down Expand Up @@ -2892,6 +2894,7 @@
<li>Code = 3 (PUT)</li>
<li>Another client-generated Message ID ≠ CMID, CMID2, CMID3 (➔ CMID4)</li>
<li>Client-generated Token which may or may not be ≠ CTOK, CTOK2, CTOK3 (➔ CTOK4)</li>
<li>Content-format option</li>
<li>Uri-Path option &quot;validate&quot;</li>
<li>Option type = If-Match, value = ETAG2 (ETag value received in step 10)</li>
<li>An arbitrary payload (which differs from the previous payloads)</li>
Expand Down Expand Up @@ -2999,6 +3002,7 @@
<li>Code = 3 (PUT)</li>
<li>Client-generated Message ID (➔ CMID)</li>
<li>Client-generated Token (➔ CTOK)</li>
<li>Content-format option</li>
<li>Uri-Path option &quot;create1&quot;</li>
<li>Option Type=If-None-Match</li>
<li>An arbitrary payload</li>
Expand Down Expand Up @@ -3063,6 +3067,7 @@
<li>Code = 3 (PUT)</li>
<li>Another client-generated Message ID ≠ CMID (➔ CMID2)</li>
<li>Client-generated Token which may or may not be ≠ CTOK (➔ CTOK2)</li>
<li>Content-format option</li>
<li>Uri-Path option &quot;create1&quot;</li>
<li>Option Type=If-None-Match</li>
<li>An arbitrary payload</li>
Expand Down
7 changes: 6 additions & 1 deletion base.yml
Expand Up @@ -493,7 +493,7 @@ TD_COAP_CORE_18:
- - Type = 0 (CON
- Code = 2 (POST)
- An arbitrary payload
- Content-format option
- *CFO
- *UTEST
- c:
- 'Server sends response containing:'
Expand Down Expand Up @@ -673,6 +673,7 @@ TD_COAP_CORE_22:
- Code = 3 (PUT)
- *CMID2
- *CTOK2
- *CFO
- *UVAL
- Option type = If-Match, value = ETAG1 (ETag value received in step 3)
- An arbitrary payload (which differs from the payload received in step 3)
Expand Down Expand Up @@ -706,6 +707,7 @@ TD_COAP_CORE_22:
- Code = 3 (PUT)
- *CMID4
- *CTOK4
- *CFO
- *UVAL
- An arbitrary payload (which differs from the payloads received in steps 3 and 10)
- c:
Expand All @@ -723,6 +725,7 @@ TD_COAP_CORE_22:
- Code = 3 (PUT)
- *CMID4
- *CTOK4
- *CFO
- *UVAL
- Option type = If-Match, value = ETAG2 (ETag value received in step 10)
- An arbitrary payload (which differs from the previous payloads)
Expand Down Expand Up @@ -751,6 +754,7 @@ TD_COAP_CORE_23:
- Code = 3 (PUT)
- *CMID
- *CTOK
- *CFO
- Uri-Path option "create1"
- Option Type=If-None-Match
- An arbitrary payload
Expand All @@ -770,6 +774,7 @@ TD_COAP_CORE_23:
- Code = 3 (PUT)
- *CMID2
- *CTOK2
- *CFO
- Uri-Path option "create1"
- Option Type=If-None-Match
- An arbitrary payload
Expand Down

0 comments on commit 0b2292c

Please sign in to comment.