---
title: "updateDesignation"
method: PUT
path: "/designations/{designation}"
tags: ["Designation"]
---

# updateDesignation

`PUT /designations/{designation}`

Update specified Designation

## Path parameters

- `designation` integer, required

## Request body

- DesignationFillable
  - `city` string, nullable — The name of the city associated with the Designation
  - `description` string, nullable — A brief description of the Designation
  - `end_date` string, date-time, nullable — Date that record ends
  - `end_time` string, date-time, nullable — Time that record ends
  - `external_reference_id` string, nullable — Primary identifier of associated Member
  - `goal` string, float, nullable — The Fundraising Goal for the Designation
  - `is_active` boolean — Indicates whether Designation is active
  - `is_complete` boolean — Indicates whether Designation is complete
  - `is_default` boolean — Indicates whether this is the default Designation for the Organization. Only one Designation per Organization can have this be true
  - `name` string — Name of the Designation, unique to this Organization
  - `postal_code` string, nullable — Postal code associated with the Designation
  - `start_date` string, date-time — Date that record starts
  - `start_time` string, date-time — Time that record starts
  - `state` string, nullable — Two-letter abbreviation of the state associated with the Designation

## Response `200`

Success

- Designation
  - `city` string, nullable — The name of the city associated with the Designation
  - `created_at` string, date-time — Date/time of initial record creation
  - `description` string, nullable — A brief description of the Designation
  - `end_time` string, nullable — Date/time that record ends
  - `external_reference_id` string, nullable — Primary identifier of associated Member
  - `goal` string, float, nullable — The fundraising goal for the Designation
  - `id` integer — Primary identifier of record
  - `is_active` boolean — Indicates whether Designation is active
  - `is_complete` boolean — Indicates whether Designation is complete
  - `is_default` boolean — Indicates whether this is the default Designation for the organization. Only one Designation per Organization can have this be true
  - `name` string, nullable — Name of the Designation, unique to this Organization
  - `organization_id` integer — Primary identifier of associated Organization
  - `postal_code` string, nullable — Postal code associated with the Designation
  - `start_time` string, nullable — Date/time that record starts
  - `state` string, nullable — Two-letter abbreviation of the state associated with the Designation
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Designation not found

---

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