diff --git a/md/clause-13.md b/md/clause-13.md index 260456f85d75d8546359811892433abff6d84a4d..c82cffeccb6a4628706c0f8d058e5ea071f6e04f 100644 --- a/md/clause-13.md +++ b/md/clause-13.md @@ -27,7 +27,7 @@ interaction and Table+++below describes the request body and possible responses. ::: FL - + ::: ::: TF @@ -57,7 +57,7 @@ Table 13.2.3.1-1: Create Snapshot request body and possible responses | | | | | | | Response Body | Data Type | Cardinality | Response Codes | Remarks | | +---------------------------------------------+-------------+-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| | N/A | N/A | 201 Created | The HTTP response shall include a ["Location"]{.HTML-Code} HTTP header that contains the relative path of the created snapshot. | +| | N/A | N/A | 202 Accepted | The HTTP response shall include a ["Location"]{.HTML-Code} HTTP header that contains the relative path of the snapshot being created. | | +---------------------------------------------+-------------+-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | | ProblemDetails (see IETF RFC 7807 [n.24]) | 1 | 400 Bad Request | It is used to indicate that the request or its content is incorrect, see Clause+++clause-6++root.3.2. | | | | | | | @@ -381,7 +381,7 @@ responses. ::: FL - + ::: ::: TF @@ -411,7 +411,7 @@ Table 13.4.3.1-1: Clone Snapshot request body and possible responses | | | | | | | Response Body | Data Type | Cardinality | Response Codes | Remarks | | +---------------------------------------------+-------------+-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| | N/A | N/A | 201 Created | The HTTP response shall include a ["Location"]{.HTML-Code} HTTP header that contains the relative path of the cloned snapshot. | +| | N/A | N/A | 202 Accepted | The HTTP response shall include a ["Location"]{.HTML-Code} HTTP header that contains the relative path of the snapshot being cloned. | | +---------------------------------------------+-------------+-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | | ProblemDetails (see IETF RFC 7807 [n.24]) | 1 | 400 Bad Request | It is used to indicate that the request or its content is incorrect, see Clause+++clause-6++root.3.2. | | | | | | | diff --git a/md/media/clone-snapshot-sequence.svg b/md/media/clone-snapshot-sequence.svg new file mode 100644 index 0000000000000000000000000000000000000000..14dae35163700f65b41fd00f972ca930f5e605ee --- /dev/null +++ b/md/media/clone-snapshot-sequence.svg @@ -0,0 +1,4 @@ + + + +
NGSI-LD Client
NGSI-LD System
POST /snapshots/{snapshotId}/clone
202 Accepted + Location Header
Snapshot
\ No newline at end of file diff --git a/md/media/create-snapshot-sequence.svg b/md/media/create-snapshot-sequence.svg new file mode 100644 index 0000000000000000000000000000000000000000..68122407b703767b85c751661dfe0ba857020081 --- /dev/null +++ b/md/media/create-snapshot-sequence.svg @@ -0,0 +1,4 @@ + + + +
NGSI-LD Client
NGSI-LD System
POST /snapshots
202 Accepted + Location Header
Snapshot
\ No newline at end of file diff --git a/md/media/image137.emf b/md/media/image137.emf deleted file mode 100644 index 1c295b2a274f4d1872b468714fa1d7023d3e9dac..0000000000000000000000000000000000000000 Binary files a/md/media/image137.emf and /dev/null differ diff --git a/md/media/image137.png b/md/media/image137.png deleted file mode 100644 index 57a0a24c2a732a7d33caed9c32581c15ac30a059..0000000000000000000000000000000000000000 Binary files a/md/media/image137.png and /dev/null differ diff --git a/md/media/image142.emf b/md/media/image142.emf deleted file mode 100644 index 826310f812187de6870cf919e0d89c43abf99e2c..0000000000000000000000000000000000000000 Binary files a/md/media/image142.emf and /dev/null differ diff --git a/md/media/image142.png b/md/media/image142.png deleted file mode 100644 index 81764e0887997ee2d10246c169ee1b9221794c8e..0000000000000000000000000000000000000000 Binary files a/md/media/image142.png and /dev/null differ