Post: Update Usecase Detail
In this API, we update the details of a specific use case in the AION platform. This may include updating configuration, parameters, metadata, or any other internal structure tied to the use case logic.
Endpoint:
/aion_core/usecase/update_usecase_detail
Input:
- Query Parameter:
-
UID (integer, required)
Default value: 1
Description: User ID initiating the update. Must be ≥ 1.
-
- Request Body:
- Accepts a JSON object with relevant use case details to be updated. (Schema depends on what fields are being modified.)
Output:
- A message indicating the use case was updated successfully.