Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions packages/clients/src/api/container/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,13 @@ export class API extends ParentAPI {
)

/**
* List your container logs. List the logs of the container with the specified
* ID.
* Deprecated (replaced by
* [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List your
* container logs. Deprecated (replaced by
* [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the
* logs of the container with the specified ID.
*
* @deprecated
* @param request - The request {@link ListLogsRequest}
* @returns A Promise of ListLogsResponse
*/
Expand Down
8 changes: 6 additions & 2 deletions packages/clients/src/api/function/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,13 @@ export class API extends ParentAPI {
)

/**
* List application logs. List the application logs of the function with the
* specified ID.
* Deprecated (replaced by
* [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List
* application logs. Deprecated (replaced by
* [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the
* application logs of the function with the specified ID.
*
* @deprecated
* @param request - The request {@link ListLogsRequest}
* @returns A Promise of ListLogsResponse
*/
Expand Down