Skip to content

Commit 28a8f2b

Browse files
committed
fix: correct documentation
1 parent 3fea7e4 commit 28a8f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/ctrlhub/core/assets/vehicles/VehicleInspectionsRouter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class VehicleInspectionsRouter(httpClient: HttpClient) : Router(httpClient) {
5656
*
5757
* @param organisationId String The associated organisation ID to create a vehicle inspection for
5858
* @param vehicleId String The vehicle ID to create a vehicle inspection against
59-
* @param payload VehicleInspectionPayload The payload to send
59+
* @param payload VehicleInspection The inspection item to create
6060
*
6161
* @return A result representing the outcome of this operation
6262
*/

0 commit comments

Comments
 (0)