---
title: "Create or update an action label"
method: PUT
path: "/tasks/v1/customer_configuration/action_labels/upsert"
tags: ["Actions"]
---

# Create or update an action label

`PUT /tasks/v1/customer_configuration/action_labels/upsert`

## Request body

- S12TasksV1UpsertActionLabelRequest — UpsertActionLabelRequest represents the request to create or update an action label in your organization.
  - `label` S12TasksV1ActionLabel — ActionLabel is the label that's selected for an action.
    - `label_id` string — (Required) The UUID of the action label. For example, "73361b5d-407a-424e-b20e-c932bc41706c".
    - `label_name` string — (Required) The name of the action label.

## Response `200`

A successful response.

- S12TasksV1UpsertActionLabelResponse — UpsertActionLabelResponse is the response to a request to create or update an action label.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
