Created 03-26-2024 10:28 AM
I want to use the Atlas API to add/edit user-defined properties to a particular entity. I've previously had success using the API to edit properties that are already defined, such as an entity description:
```
```
However, it's not clear how to use the API to create and edit user-defined properties. When I try changing the url query to a user-defined property name, it complains that that property is not defined for the entity type.
For reference, in the UI, this is done fairly easily.
Created 04-05-2024 12:25 AM
Hello @ipson
To edit the entity in Atlas, you need to export the entity, which will be downloaded in zip format, extract the files, edit the required files, zip the file in its original order, and then import the updated files to Atlas in compressed format (zip).
You can make use of export and import atlas api's to perform the above steps
Created 03-29-2024 12:20 PM
Hi @ipson
I have tried checking on this and I find no API option specific to user defined properties.
For your reference: Atlas API list
https://atlas.apache.org/api/v2/index.html
Regards,
Puneeth
Created 04-04-2024 10:38 PM
@ipson Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
Regards,
Vidya Sargur,Created 04-05-2024 12:25 AM
Hello @ipson
To edit the entity in Atlas, you need to export the entity, which will be downloaded in zip format, extract the files, edit the required files, zip the file in its original order, and then import the updated files to Atlas in compressed format (zip).
You can make use of export and import atlas api's to perform the above steps