---
title: "POST /v1/{+parent}/revisions"
method: POST
path: "/v1/{+parent}/revisions"
tags: ["projects"]
---

# POST /v1/{+parent}/revisions

`POST /v1/{+parent}/revisions`

Creates a QaScorecardRevision.

## Path parameters

- `parent` string, required

## Query parameters

- `qaScorecardRevisionId` string

## Request body

- GoogleCloudContactcenterinsightsV1QaScorecardRevision — A revision of a QaScorecard. Modifying published scorecard fields would invalidate existing scorecard results — the questions may have changed, or the score weighting will make existing scores impossible to understand. So changes must create a new revision, rather than modifying the existing resource.
  - `name` string — Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}
  - `createTime` string, google-datetime — Output only. The timestamp that the revision was created.
  - `alternateIds` string[] — Output only. Alternative IDs for this revision of the scorecard, e.g., `latest`.
  - `state` 'STATE_UNSPECIFIED' | 'EDITABLE' | 'TRAINING' | 'TRAINING_FAILED' | 'READY' | 'DELETING' | 'TRAINING_CANCELLED' — Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.
  - `snapshot` GoogleCloudContactcenterinsightsV1QaScorecard — A QaScorecard represents a collection of questions to be scored during analysis.
    - `updateTime` string, google-datetime — Output only. The most recent time at which the scorecard was updated.
    - `source` 'QA_SCORECARD_SOURCE_UNSPECIFIED' | 'QA_SCORECARD_SOURCE_CUSTOMER_DEFINED' | 'QA_SCORECARD_SOURCE_DISCOVERY_ENGINE' — Output only. The source of the scorecard.
    - `name` string — Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    - `createTime` string, google-datetime — Output only. The time at which this scorecard was created.
    - `displayName` string — The user-specified display name of the scorecard.
    - `isDefault` boolean — Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector.
    - `description` string — A text description explaining the intent of the scorecard.

## Response `200`

Successful response

---

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