Skip to content

Commit b8d65f5

Browse files
committed
type update
1 parent 897cd2d commit b8d65f5

File tree

1 file changed

+4
-4
lines changed
  • packages/property-tree/src/services/api/generated

1 file changed

+4
-4
lines changed

packages/property-tree/src/services/api/generated/api-types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,15 @@ export interface paths {
351351
};
352352
};
353353
};
354-
"/parking-spaces/by-lease-id/{id}": {
354+
"/parking-spaces/by-rental-id/{id}": {
355355
/**
356-
* Gets a list of parking space by lease id
357-
* @description Retrieves parking space from lease id.
356+
* Gets a list of parking space by rental id
357+
* @description Retrieves parking space from rental id.
358358
*/
359359
get: {
360360
parameters: {
361361
path: {
362-
/** @description The lease id. */
362+
/** @description The rental id. */
363363
id: string;
364364
};
365365
};

0 commit comments

Comments
 (0)