---
title: "PATCH /v3/orgs/{orgUid}/models/{modelUid}"
method: PATCH
path: "/v3/orgs/{orgUid}/models/{modelUid}"
tags: ["orgs", "models"]
---

# PATCH /v3/orgs/{orgUid}/models/{modelUid}

`PATCH /v3/orgs/{orgUid}/models/{modelUid}`

Updates organization model information. Can take either the organization UID (orgUid) or name preceded by a @ (@orgName).

## Response `200`

Success

- OrgModelDetailResponse
  - `results` OrgModelDetail[]
    - `uid` string
    - `publishedAt` string, date
    - `likeCount` integer
    - `commentCount` integer
    - `isArchivesReady` boolean
    - `isDownloadable` boolean
    - `processingStatus` string
    - `isAgeRestricted` boolean
    - `pbrType` string
    - `materialCount` integer
    - `name` string
    - `staffpickedAt` string, date
    - `createdAt` string, date
    - `embedUrl` string
    - `downloadType` string
    - `description` string
    - `tags` string
    - `viewerUrl` string
    - `isProtected` boolean
    - `orgTags` string
    - `visibility` string
    - `textureCount` integer
    - `vertexCount` integer
    - `user` UserNested
      - `username` string
      - `account` string
      - `displayName` string
      - `uid` string
      - `avatar` string
    - `org` OrgNested
      - `username` string
      - `project` OrgProjectNested
        - `uid` string
        - `name` string
      - `displayName` string
      - `uid` string
      - `viewerUrl` string
      - `commentCount` integer
    - `categories` string
    - `animationCount` integer
    - `viewCount` integer
    - `thumbnails` string
    - `license` string
    - `soundCount` integer
    - `uri` string
    - `faceCount` integer
    - `hasCommentsDisabled` boolean
    - `downloadCount` string

## Other responses

- `400` — Bad Request
- `401` — Authentication credentials were not provided or do not match
- `403` — Permission Denied
- `404` — Not Found

---

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