We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897cd2d commit b8d65f5Copy full SHA for b8d65f5
packages/property-tree/src/services/api/generated/api-types.ts
@@ -351,15 +351,15 @@ export interface paths {
351
};
352
353
354
- "/parking-spaces/by-lease-id/{id}": {
+ "/parking-spaces/by-rental-id/{id}": {
355
/**
356
- * Gets a list of parking space by lease id
357
- * @description Retrieves parking space from lease id.
+ * Gets a list of parking space by rental id
+ * @description Retrieves parking space from rental id.
358
*/
359
get: {
360
parameters: {
361
path: {
362
- /** @description The lease id. */
+ /** @description The rental id. */
363
id: string;
364
365
0 commit comments