You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the motivation for adding/enhancing this feature?
Currently we call the api multiple times in a loop for addition or updation of facility groups, instead we need to use bulkAddFacilityToGroup and bulkUpdateFacilityToGroup for addition/updation of multiple facility groups at once.
What are the acceptance criteria?
Remove the apis updateFacilityToGroup and addFacilityToGroup and instead use the newly added apis bulkUpdateFacilityToGroup and bulkAddFacilityToGroup
Can you complete this feature request by yourself?
What is the motivation for adding/enhancing this feature?
Currently we call the api multiple times in a loop for addition or updation of facility groups, instead we need to use
bulkAddFacilityToGroup
andbulkUpdateFacilityToGroup
for addition/updation of multiple facility groups at once.What are the acceptance criteria?
updateFacilityToGroup
andaddFacilityToGroup
and instead use the newly added apisbulkUpdateFacilityToGroup
andbulkAddFacilityToGroup
Can you complete this feature request by yourself?
Additional information
Request Payload for bulkAddFacilityToGroup:
Request payload for bulkUpdateFacilityToGroup:
The data passed in the above payloads will be same as how its currently passed.
The text was updated successfully, but these errors were encountered: