Channel update taking multiple frameworks with the same identifier & code #109
vinukumar-vs
started this conversation in
Bugs
Replies: 1 comment
-
@vinukumar-vs please refer below thread. it is related to same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While setting up the framework & channel, I have noticed an issue with channel having the duplicate frameworks with the same identifier & code.
curl --location -g --request PATCH '{{host}}/api/channel/v1/update/{{channel_id}}' \ --header 'Content-Type: application/json' \ --header 'Authorization: {{kong_api_key}}' \ --header 'x-channel-id: {{channel_name}}' \ --data '{ "request": { "channel": { "frameworks": [ { "identifier": "NCF", "name": "NCF" } ] } } }'
In channel read I can see multiple frameworks with the same code & identifiers(but descriptions are different)
I am using channel update API to remove the duplicates, But I am not able to do. Any suggestion how can we delete it other than removing directly from DB.
Few questions:
@Krishnaj20 @pallakartheekreddy
Beta Was this translation helpful? Give feedback.
All reactions