Support updating properties for typeless profiles in ProfileInfo API #2196
Labels
enhancement
New feature or request
priority-high
Production outage - this quarter or at least next quarter
Is your feature or enhancement request related to a problem or limitation? Please describe
When logging in to API ML, if I want to store the credentials (token type/value) in a typeless profile, there is no way to do it with the ProfileInfo API.
Describe your enhancement idea
Enhance the
updateProperty
method so that it supportsprofileType = null
for typeless profiles.Describe alternatives you've considered
Use the low-level Config APIs to set a typeless property, but this is less convenient for extenders.
Provide any additional context
The text was updated successfully, but these errors were encountered: