Profile update API failing if we are giving values other than BMGS(Board, Medium, GradeLevel, Subject) #122
-
We are trying to make the SunbirdED code base independent of BMGS, so while our analysis we figured out if we are sending any value
Response:
As an adopter how will someone configure these categories for the APIs to support? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
@AmiableAnil - any update on this issue? |
Beta Was this translation helpful? Give feedback.
-
@swayangjit As per the discussion with @Ajoymaity and @Jayaprakash8887 sharing the details for introducing new categories into the framework system and use them. To introduce any new framework category into the system we need to follow below steps:
NOTE: take the
NOTE: Here newly added categories are added at the bottom.
cc: @Krishnaj20 |
Beta Was this translation helpful? Give feedback.
@swayangjit As per the discussion with @Ajoymaity and @Jayaprakash8887 sharing the details for introducing new categories into the framework system and use them.
To introduce any new framework category into the system we need to follow below steps:
master category list
by calling below api. Currently this API is not exposed, you need call it directly into thelearning service
. Also you need to update the naming convention accordingly in the below request payload. One should be very careful while this API.