Skip to content

Commit 958542a

Browse files
committed
-m Updated TBD content type
1 parent e1376b8 commit 958542a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

draft-ietf-core-coap-pubsub.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ Below is an example of discovery via /.well-known/core with rt=core.ps.conf that
306306
Header: Content (Code=2.05)
307307
Content-Format: 40 (application/link-format)
308308
Payload:
309-
</ps/h9392>;rt="core.ps.conf";ct=TBD,
310-
</other/path/2e3570>;rt="core.ps.conf";ct=TBD
309+
</ps/h9392>;rt="core.ps.conf";ct=TBD606,
310+
</other/path/2e3570>;rt="core.ps.conf";ct=TBD606
311311
~~~~
312312

313313
### Topic-Data Discovery
@@ -387,7 +387,7 @@ Example:
387387

388388
Header: FETCH (Code=0.05)
389389
Uri-Path: "ps"
390-
Content-Format: TBD (application/core-pubsub+cbor)
390+
Content-Format: TBD606 (application/core-pubsub+cbor)
391391
Payload:
392392
{
393393
"resource-type": "core.ps.data",
@@ -424,7 +424,7 @@ The broker MUST issue a 4.00 (Bad Request) error if a received parameter is inva
424424

425425
Header: POST (Code=0.02)
426426
Uri-Path: "ps"
427-
Content-Format: TBD (application/core-pubsub+cbor)
427+
Content-Format: TBD606 (application/core-pubsub+cbor)
428428
Payload (in CBOR diagnostic notation):
429429
{
430430
/ topic-name / 0: "living-room-sensor",
@@ -435,7 +435,7 @@ The broker MUST issue a 4.00 (Bad Request) error if a received parameter is inva
435435

436436
Header: Created (Code=2.01)
437437
Location-Path: "ps/h9392"
438-
Content-Format: TBD (application/core-pubsub+cbor)
438+
Content-Format: TBD606 (application/core-pubsub+cbor)
439439
Payload (in CBOR diagnostic notation):
440440
{
441441
/ topic-name / 0: "living-room-sensor",
@@ -479,7 +479,7 @@ For example, below is a request on the topic "ps/h9392":
479479
Response:
480480

481481
Header: Content (Code=2.05)
482-
Content-Format: TBD (application/core-pubsub+cbor)
482+
Content-Format: TBD606 (application/core-pubsub+cbor)
483483
Payload (in CBOR diagnostic notation):
484484
{
485485
/ topic-name / 0: "living-room-sensor",
@@ -521,7 +521,7 @@ Example:
521521
Header: FETCH (Code=0.05)
522522
Uri-Path: "ps"
523523
Uri-Path: "h9392"
524-
Content-Format: TBD (application/core-pubsub+cbor)
524+
Content-Format: TBD606 (application/core-pubsub+cbor)
525525
Payload (in CBOR diagnostic notation):
526526
{
527527
/ conf-filter / 11: ["topic-data", "media-type"]
@@ -530,7 +530,7 @@ Example:
530530
Response:
531531

532532
Header: Content (Code=2.05)
533-
Content-Format: TBD (application/core-pubsub+cbor)
533+
Content-Format: TBD606 (application/core-pubsub+cbor)
534534
Payload (in CBOR diagnostic notation):
535535
{
536536
/ topic-data / 1: "ps/data/1bd0d6d",
@@ -565,7 +565,7 @@ Example:
565565
Header: PUT (Code=0.03)
566566
Uri-Path: "ps"
567567
Uri-Path: "h9392"
568-
Content-Format: TBD (application/core-pubsub+cbor)
568+
Content-Format: TBD606 (application/core-pubsub+cbor)
569569
Payload (in CBOR diagnostic notation):
570570
{
571571
/ topic-name / 0: "living-room-sensor",
@@ -579,7 +579,7 @@ Example:
579579
Response:
580580

581581
Header: Changed (Code=2.04)
582-
Content-Format: TBD (application/core-pubsub+cbor)
582+
Content-Format: TBD606 (application/core-pubsub+cbor)
583583
Payload (in CBOR diagnostic notation):
584584
{
585585
/ topic-name / 0: "living-room-sensor",
@@ -615,7 +615,7 @@ Contrary to PUT, iPATCH operations will explicitly update some parameters, leavi
615615
Header: iPATCH (Code=0.07)
616616
Uri-Path: "ps"
617617
Uri-Path: "h9392"
618-
Content-Format: TBD (application/core-pubsub+cbor)
618+
Content-Format: TBD606 (application/core-pubsub+cbor)
619619
Payload (in CBOR diagnostic notation):
620620
{
621621
/ expiration-date / 5: "2024-02-28T23:59:59Z",
@@ -625,7 +625,7 @@ Contrary to PUT, iPATCH operations will explicitly update some parameters, leavi
625625
Response:
626626

627627
Header: Changed (Code=2.04)
628-
Content-Format: TBD (application/core-pubsub+cbor)
628+
Content-Format: TBD606 (application/core-pubsub+cbor)
629629
Payload (in CBOR diagnostic notation):
630630
{
631631
/ topic-name / 0: "living-room-sensor",
@@ -998,7 +998,7 @@ Content Type: application/core-pubsub+cbor
998998

999999
Content Coding: -
10001000

1001-
ID: TBD
1001+
ID: TBD606
10021002

10031003
Reference: {{&SELF}}
10041004

0 commit comments

Comments
 (0)