Skip to content

Commit

Permalink
Update API path for asset service records
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Dec 8, 2023
1 parent 745d4f8 commit 09d1d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Redux/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ const routes = {
method: "GET",
},
updateAssetService: {
path: "/api/v1/asset/{asset_external_id}/service_records/{external_id}",
path: "/api/v1/asset/{asset_external_id}/service_records/{external_id}/",
method: "PUT",
TRes: Type<AssetService>(),
TBody: Type<AssetServiceUpdate>(),
Expand Down

0 comments on commit 09d1d06

Please sign in to comment.