2023-04-25 16:58:47 +02:00
|
|
|
---
|
2025-06-26 16:13:03 +05:30
|
|
|
title: Set Owner API | OpenMetadata Ownership API
|
2023-04-25 16:58:47 +02:00
|
|
|
slug: /main-concepts/metadata-standard/schemas/api/setowner
|
|
|
|
---
|
|
|
|
|
|
|
|
# SetOwnershipRequest
|
|
|
|
|
|
|
|
*Set ownership for a given entity*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`id`**: Id of the owner of the entity. Refer to *[../type/basic.json#/definitions/uuid](#/type/basic.json#/definitions/uuid)*.
|
2023-04-25 16:58:47 +02:00
|
|
|
- **`type`** *(string)*: Entity type of the owner typically either 'user' or 'team'.
|
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|