2 Messages
change asset request spring boot
Hi Team, I have a customer who is utilizing spring boot and trying to run the changeassetrequest and they noticed that the setid is not an option for them to use. This is a valid parameter. did the customer miss something or is this not included?
jamesscicluna1
4 Messages
3 years ago
Hi Jasmine,
The ID of an asset is immutable. It cannot be changed via the REST Core API PATCH assets endpoint, nor via the Collibra CLI generated ChangeAssetRequest class (which is exactly the same class contained in the Spring Boot integration library)
0
0
jasminemeah
2 Messages
3 years ago
Hi James,
The customer understands that its immutable. However they are inquiring the following:
I agree that the ID of an asset is immutable. But what I’m trying to do is to update/change the properties of an asset such as status, name etc. using the resource Id in Spring Boot library. But unfortunately there is no method/function to update/change the asset using the ID in the Spring Boot library.
1
0