From 11d29221d407b434225c5c341e065b393e040733 Mon Sep 17 00:00:00 2001 From: "Dong, Qiu Jian" Date: Fri, 7 Jun 2024 15:48:26 +0000 Subject: [PATCH] CCE API: Updated the ipv6enable field - 20240524 version Reviewed-by: Eotvos, Oliver Co-authored-by: Dong, Qiu Jian Co-committed-by: Dong, Qiu Jian --- docs/cce/api-ref/cce_02_0004.html | 2 +- docs/cce/api-ref/cce_02_0236.html | 4 ++-- docs/cce/api-ref/cce_02_0238.html | 2 +- docs/cce/api-ref/cce_02_0273.html | 7 ++++++- .../api-ref/en-us_image_0000001854551680.png | Bin 0 -> 42516 bytes .../api-ref/en-us_image_0000001868308453.png | Bin 42962 -> 0 bytes 6 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 docs/cce/api-ref/en-us_image_0000001854551680.png delete mode 100644 docs/cce/api-ref/en-us_image_0000001868308453.png diff --git a/docs/cce/api-ref/cce_02_0004.html b/docs/cce/api-ref/cce_02_0004.html index e5cc1077..349fc1a0 100644 --- a/docs/cce/api-ref/cce_02_0004.html +++ b/docs/cce/api-ref/cce_02_0004.html @@ -4,7 +4,7 @@

Cloud APIs comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform Resource Identifiers (URIs). An application accesses a resource based on the resource's Unified Resource Locator (URL). A URL is usually in the following format: https://Endpoint/uri. In the URL, uri indicates the resource path, that is, the API access path.

Cloud APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted by using JSON messages, with media type represented by Application/json.