From 7d48c937850bfe59f27034a2ab3e3ade598c1229 Mon Sep 17 00:00:00 2001 From: zhangyue Date: Fri, 11 Nov 2022 09:49:00 +0000 Subject: [PATCH] iam api 2.0.38.SP16 Reviewed-by: Hasko, Vladimir Co-authored-by: zhangyue Co-committed-by: zhangyue --- docs/iam/api-ref/en-us_topic_0057845564.html | 7 ++++++- docs/iam/api-ref/iam_02_0008.html | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/iam/api-ref/en-us_topic_0057845564.html b/docs/iam/api-ref/en-us_topic_0057845564.html index f5a5bc929..089fb6ef3 100644 --- a/docs/iam/api-ref/en-us_topic_0057845564.html +++ b/docs/iam/api-ref/en-us_topic_0057845564.html @@ -8,7 +8,12 @@ -

2020-12-30

+

2022-10-21

+ +

Optimized the document content.

+ + +

2020-12-30

This release incorporates the following changes:

  • Added the is_domain_owner and description parameters in Querying User Details (Recommended).
  • Added the following sections: diff --git a/docs/iam/api-ref/iam_02_0008.html b/docs/iam/api-ref/iam_02_0008.html index f2adf6299..0dcf4213a 100644 --- a/docs/iam/api-ref/iam_02_0008.html +++ b/docs/iam/api-ref/iam_02_0008.html @@ -34,14 +34,14 @@ -
     
    +
    https://www.example.com/v3/auth/tokens

    To simplify the URI display in this document, each API is provided only with a resource-path and a request method. The URI-scheme of all APIs is HTTPS, and the endpoints of all APIs in the same region are identical.

    Request Methods

    The HTTP protocol defines the following request methods that can be used to send a request to the server:

    • GET: requests a server to return specified resources.
    • PUT: requests the server to update specified resources.
    • POST: requests the server to add resources or perform special operations.
    • DELETE: requests the server to delete specified resources, for example, an object.
    • HEAD: same as GET except that the server must return only the response header.
    • PATCH: requests the server to update partial content of a specified resource. If the resource does not exist, a new resource will be created.

    For example, in the case of the API used to obtain a user token (Obtaining a User Token), the request method is POST. The request is as follows:

    -
     
    +
    https://www.example.com/v3/auth/tokens

    Request Header

    You can also add additional header fields to a request, such as the fields required by a specified URI or HTTP method. For example, to request for the authentication information, add Content-Type, which specifies the request body type.

    Common request header fields are as follows: