Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api
/
FortressApiService
/
renameShipment
rename
Shipment
abstract
suspend
fun
renameShipment
(
shipmentId
:
String
,
updatedById
:
String
,
newTitle
:
String
)
:
Result
<
ShipmentRO
>