We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fea7e4 commit 28a8f2bCopy full SHA for 28a8f2b
src/main/kotlin/com/ctrlhub/core/assets/vehicles/VehicleInspectionsRouter.kt
@@ -56,7 +56,7 @@ class VehicleInspectionsRouter(httpClient: HttpClient) : Router(httpClient) {
56
*
57
* @param organisationId String The associated organisation ID to create a vehicle inspection for
58
* @param vehicleId String The vehicle ID to create a vehicle inspection against
59
- * @param payload VehicleInspectionPayload The payload to send
+ * @param payload VehicleInspection The inspection item to create
60
61
* @return A result representing the outcome of this operation
62
*/
0 commit comments