hatoba / Client / update_tags

update_tags

hatoba.Client.update_tags(**kwargs)

タグの値を更新します。 1回のリクエストで複数タグの値を更新可能です。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.update_tags(
    Tags=[
        {
            'Key': 'string',
            'Nrn': 'string',
            'Value': 'string'
        },
    ]
)
Parameters:

Tags (list) –

[REQUIRED]

  • (dict) –

    • Key (string) – [REQUIRED]

    • Nrn (string) – [REQUIRED]

    • Value (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'Tags': [
        {
            'Id': 'string',
            'Key': 'string',
            'Nrn': 'string',
            'Value': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • Tags (list) –

      • (dict) –

        • Id (string) –

        • Key (string) –

        • Nrn (string) –

        • Value (string) –