Update a configured custom tool by its IDput https://api.indigitall.com/v2/chatgen/configuredcustomtool/{configuredcustomtoolId}This endpoint allows you to update the details of a configured configured custom tool using its unique identifier.Log in to see full request historytimestatususer agent Retrieving recent requestsā¦LoadingLoadingā¦URL ExpiredThe URL for this request expired after 30 days.Path ParamsconfiguredcustomtoolIdintegerrequiredThe ID of the configured custom tool to be updated.Query ParamsapplicationIdintegerrequiredThe ID of the application associated with the configured custom tool.Body ParamsThe new details for the configured custom tool.namestringName of the custom tool instance.descriptionstringA brief summary or explanation of the custom tool.configobjectConfiguration settings specific to the custom tool instance.config objectResponses 200The request has succeeded. The response contains the status code and a message indicating success.Response bodyobjectstatusCodeintegerThe HTTP status code indicating a successful request.statusstringThe current status of the update interval.dataobjectnamestringName of the custom tool instance.descriptionstring | nullA brief summary or explanation of the custom tool.customToolIdintegerIdentifier for the custom tool being used.instanceIdintegerThe instance's id of the configured custom tool.configobjectConfiguration settings specific to the custom tool instance.Has additional fields 400The request could not be understood or was missing required parameters.Response bodyobjectstatusCodeintegerrequiredThe HTTP status code indicating a bad request.messagestringrequiredA brief message describing the reason for the bad request.errorCodestringrequiredA specific error code for the bad request. 401Authentication failed or user does not have permissions for the desired action.Response bodyobjectstatusCodeintegerrequiredThe HTTP status code indicating an unauthorized request.messagestringrequiredA brief message indicating that authentication is required and has failed or has not yet been provided.errorCodestringrequiredA specific error code for the unauthorized request. 403The server understood the request, but refuses to authorize it.Response bodyobjectstatusCodeintegerrequiredThe HTTP status code indicating that the server understood the request but refuses to authorize it.messagestringrequiredA brief message indicating that the server refuses to authorize the request.errorCodestringrequiredA specific error code for the forbidden request. 404The requested resource could not be found.Response bodyobjectstatusCodeintegerrequiredThe HTTP status code indicating that the requested resource could not be found.messagestringrequiredA brief message indicating that the requested resource could not be found.errorCodestringrequiredA specific error code for the not found request. 409The request could not be processed because of conflict in the request.Response bodyobjectstatusCodeintegerrequiredThe HTTP status code indicating a conflict with the current state of the resource.messagestringrequiredA brief message indicating that the request could not be processed because of conflict in the request.errorCodestringrequiredA specific error code for the conflict request. 422The server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions.Response bodyobjectstatusCodeintegerrequiredThe HTTP status code indicating an unprocessable entity.messagestringrequiredA brief message indicating that the request was well-formed but was unable to be followed due to semantic errors. 500The server encountered an unexpected condition that prevented it from fulfilling the request.Response bodyobjectstatusCodeintegerrequiredThe HTTP status code indicating an internal server error.messagestringrequiredA brief message indicating that the server encountered an unexpected condition that prevented it from fulfilling the request. defaultAn unexpected error occurred.Response bodyobjectstatusCodeintegerrequiredThe HTTP status code indicating an error.messagestringrequiredA brief message describing the error.Updated about 2 months ago Retrieve a configured custom tool by its IDDelete a configured configured custom tool by its IDDid this page help you?YesNo