Pipeline API documentation issue

costi9992
Databricks Partner

 

In List Pipelines API documentation, at response is specified that response is 

 

statuses
Array of objects
The list of events matching the request criteria.

next_page_token
string
If present, a token to fetch the next page of events.

 

But if we retrieve a list using page_token param, there is also `prev_page_token` field in response which is not exposed in documentation. Can documentation be updated ?