Add the payload to an existing metadata-only secret#
メタデータだけが存在するシークレットにペイロードを設定します。
APIエンドポイント#
リージョン | APIエンドポイント |
---|---|
西日本リージョン3の場合 | https://keymanagement.jp-west-3.cloud.global.fujitsu.com |
東日本リージョン3の場合 | https://keymanagement.jp-east-3.cloud.global.fujitsu.com |
HTTPメソッドとURI#
PUT
/v1/secrets/{uuid}
HTTPステータスコード#
正常時:204
エラー時:401, 404
リクエストパラメータの説明#
名前 | In | Type | デフォルト値 /必須指定 |
Description |
---|---|---|---|---|
uuid | path | string | 必須 | シークレットのUUID |
Content-Type | header | string | 必須 | 通常のシークレット作成リクエストのpayload_content_typeと同じ値を指定します。 |
Content-Encoding | header | string | 任意 | 通常のシークレット作成リクエストのpayload_content_encodingと同じ値を指定します。 |
リクエスト例#
PUT /v1/secrets/{uuid} Headers: X-Auth-Token: <token> Content-Type: application/octet-stream Content-Encoding: base64 Content: YmxhaA==