File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 42094209 }
42104210 },
42114211 {
4212- "name": "parentFileId ",
4212+ "name": "parentNodeId ",
42134213 "in": "query",
4214- "description": "Filter files by parent envelope ID",
4214+ "description": "Filter files by parent envelope node ID",
42154215 "schema": {
42164216 "type": "integer",
42174217 "format": "int64",
Original file line number Diff line number Diff line change 40594059 }
40604060 },
40614061 {
4062- "name" : " parentFileId " ,
4062+ "name" : " parentNodeId " ,
40634063 "in" : " query" ,
4064- "description" : " Filter files by parent envelope ID" ,
4064+ "description" : " Filter files by parent envelope node ID" ,
40654065 "schema" : {
40664066 "type" : " integer" ,
40674067 "format" : " int64" ,
Original file line number Diff line number Diff line change @@ -3133,8 +3133,8 @@ export interface operations {
31333133 sortBy ?: string | null ;
31343134 /** @description Ascending or descending order */
31353135 sortDirection ?: string | null ;
3136- /** @description Filter files by parent envelope ID */
3137- parentFileId ?: number | null ;
3136+ /** @description Filter files by parent envelope node ID */
3137+ parentNodeId ?: number | null ;
31383138 } ;
31393139 header : {
31403140 /** @description Required to be true for the API request to pass */
Original file line number Diff line number Diff line change @@ -2655,8 +2655,8 @@ export interface operations {
26552655 sortBy ?: string | null ;
26562656 /** @description Ascending or descending order */
26572657 sortDirection ?: string | null ;
2658- /** @description Filter files by parent envelope ID */
2659- parentFileId ?: number | null ;
2658+ /** @description Filter files by parent envelope node ID */
2659+ parentNodeId ?: number | null ;
26602660 } ;
26612661 header : {
26622662 /** @description Required to be true for the API request to pass */
You can’t perform that action at this time.
0 commit comments