Post: Update Usecase Master

In this API, we update the master table information related to a specific use case in the AION platform. This can be used to modify metadata or configuration for an existing use case by providing its usecaseId and relevant update fields in the request body.

Endpoint:

/aion_core/usecase/update_usecase_master

Input:

  • Query Parameter:
    • usecaseId (string, required) – The unique identifier of the use case to be updated
  • Request Body:
    • A JSON object containing the fields to be updated (structure depends on use case metadata)