---
title: "POST /target-update-globalsign"
method: POST
path: "/target-update-globalsign"
tags: ["v2"]
---

# POST /target-update-globalsign

`POST /target-update-globalsign`

## Request body

- TargetUpdateGlobalSign
  - `contact-email` string, required — Email of the GlobalSign GCC account contact
  - `contact-first-name` string, required — First name of the GlobalSign GCC account contact
  - `contact-last-name` string, required — Last name of the GlobalSign GCC account contact
  - `contact-phone` string, required — Telephone of the GlobalSign GCC account contact
  - `delete_protection` string — Protection from accidental deletion of this object [true/false]
  - `description` string — Description of the object
  - `json` boolean — Set output format to JSON
  - `keep-prev-version` string — Whether to keep previous version [true/false]. If not set, use default according to account settings
  - `key` string — The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
  - `max-versions` string — Set the maximum number of versions, limited by the account settings defaults.
  - `name` string, required — Target name
  - `new-name` string — New target name
  - `password` string, required — Password of the GlobalSign GCC account
  - `profile-id` string, required — Profile ID of the GlobalSign GCC account
  - `timeout` string — Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication
  - `username` string, required — Username of the GlobalSign GCC account

## Response `201`

targetUpdateGlobalSignResponse wraps response body.

- TargetUpdateOutput
  - `target_id` integer

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

[API](https://skmtc.net/akeyless/apis/akeyless-api.md) · [All operations](https://skmtc.net/akeyless/apis/akeyless-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeyless/akeyless-api/versions/0ceb25634501/schema)
