Skip to content

Commit 53eb5d9

Browse files
committed
-m Camera ready v16
1 parent 958542a commit 53eb5d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

draft-ietf-core-coap-pubsub.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ Example:
394394
"topic-type": "temperature"
395395
}
396396

397+
397398
Response:
398399

399400
Header: Content (Code=2.05)
@@ -402,6 +403,7 @@ Example:
402403
</ps/2e3570>;rt="core.ps.conf"
403404
~~~~
404405

406+
405407
### Creating a Topic {#topic-create}
406408

407409
A client can add a new topic-configurations to a collection of topics by submitting an initial representation of the initial topic resource (see {{topic-resource-representation}}) in a POST request to the topic collection URI. The request MUST specify at least a subset of the properties in {{topic-properties}}, namely: topic-name and resource-type.
@@ -489,7 +491,7 @@ For example, below is a request on the topic "ps/h9392":
489491
/ topic-type / 4: "temperature",
490492
/ expiration-date / 5: "2023-04-00T23:59:59Z",
491493
/ max-subscribers / 6: 100,
492-
/ topic-history / 7: 10
494+
/ topic-history / 8: 10
493495
}
494496
~~~~
495497

@@ -524,7 +526,7 @@ Example:
524526
Content-Format: TBD606 (application/core-pubsub+cbor)
525527
Payload (in CBOR diagnostic notation):
526528
{
527-
/ conf-filter / 11: ["topic-data", "media-type"]
529+
/ conf-filter / 10: ["topic-data", "media-type"]
528530
}
529531

530532
Response:

0 commit comments

Comments
 (0)