---
title: "Update Initiative"
method: PUT
path: "/v1/initiatives/{initiativeId}"
tags: ["Initiatives"]
---

# Update Initiative

`PUT /v1/initiatives/{initiativeId}`

Use this API to update details of a specific initiative.

## Path parameters

- `initiativeId` string, uuid, required

## Request body

- InitiativeUpdateRequest
  - `name` string — The name of the initiative.
  - `observationStartDT` string, date-time — The start date and time for which the initiative will be observed.
  - `observationEndDT` string, date-time — The end date and time for which the initiative will be observed.
  - `ownerIds` string[] — The list of unique identifiers of the users responsible for the initiative.

## Response `202`

Accepted

- InitiativeResponse
  - `id` string, uuid — The unique identifier of the initiative.
  - `number` integer — The sequential order in which the initiative was created.
  - `name` string — The name of the initiative.
  - `orgGroupId` string, uuid — The unique identifier of the organization accountable for managing the initiative.
  - `complianceScore` integer — The compliance score of the initiative.
  - `scopeId` string, uuid — The unique identifier of the inventory record associated with the iniatiative.
  - `scopeName` string — The name of the inventory record associated with the initiative.
  - `scopeType` string — The type of inventory record associated with the initiative.
  - `organizationName` string — The name of the organization accountable for managing the initiative.
  - `legislations` LegislationInformation[] — The details of the standards or frameworks associated with the initiative.
    - `name` string — The name of the standard or framework.
    - `frameworkId` string, uuid — The unique identifier of the standard or framework.
    - `otFrameworkIdentifier` string, uuid — The OneTrust system identifier of the standard or framework.
  - `observationStartDT` string, date-time — The start date and time for which the initiative will be observed.
  - `observationEndDT` string, date-time — The end date and time for which the initiative will be observed.
  - `owners` UserInfo[] — The details of the user responsible for the initiative.
    - `id` string, uuid — The unique identifier of the user responsible for the initiative.
    - `active` boolean — This flag indicates whether the user responsible for the initiative is active.
    - `name` string — The name of the user responsible for the initiative.
  - `creationStatus` string — The creation status of the initiative.
  - `inventories` InventoryDetailIdentifier[] — The details of the inventory records associated with the initiative.
    - `id` string, uuid — The unique identifier of the inventory record associated with the iniatiative.
    - `name` string — The name of the inventory record associated with the initiative.
    - `organization` OrgGroupBasicDetailResponse
      - `guid` string, uuid — The unique identifier of the organization responsible for the inventory record.
      - `name` string — The name of the organization responsible for the inventory record.
      - `languageId` integer — The ID of the default language for the organization responsible for the inventory record.
    - `inventoryType` string — The type of inventory record associated with the initiative.
    - `number` integer — The sequential number of the inventory record associated with the initiative.
  - `workflowAndStage` EntityWorkflowInformation
    - `id` string, uuid, required — The unique identifier of the workflow.
    - `name` string, required — The name of the workflow.
    - `type` string, required — The type of workflow.
    - `workflowMode` 'ADVANCED, BASIC' — This parameter indicates whether the workflow mode is null, basic, or advanced.
    - `stageId` string, uuid, required — The unique identifier of the workflow stage.
    - `stageName` string, required — The name of the workflow stage.
  - `auditFields` EntityRecordAuditInformation
    - `createdDate` string, date-time, required — The date and time that the entity was last created.
    - `lastUpdatedDate` string, date-time — The date and time that the entity was last updated.
    - `createdBy` EntityBasicUserInformation
      - `id` string, uuid — The unique identifier of the user.
      - `name` string — The full name of the user.
      - `email` string — The email address of the user.
      - `initials` string — The initials for the first and last name of the user.
    - `lastModifiedBy` EntityBasicUserInformation
      - `id` string, uuid — The unique identifier of the user.
      - `name` string — The full name of the user.
      - `email` string — The email address of the user.
      - `initials` string — The initials for the first and last name of the user.

## Other responses

- `400` — Missing required attributes
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
