File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -544,9 +544,13 @@ export class API extends ParentAPI {
544544 )
545545
546546 /**
547- * List your container logs. List the logs of the container with the specified
548- * ID.
547+ * Deprecated (replaced by
548+ * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List your
549+ * container logs. Deprecated (replaced by
550+ * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the
551+ * logs of the container with the specified ID.
549552 *
553+ * @deprecated
550554 * @param request - The request {@link ListLogsRequest}
551555 * @returns A Promise of ListLogsResponse
552556 */
Original file line number Diff line number Diff line change @@ -622,9 +622,13 @@ export class API extends ParentAPI {
622622 )
623623
624624 /**
625- * List application logs. List the application logs of the function with the
626- * specified ID.
625+ * Deprecated (replaced by
626+ * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List
627+ * application logs. Deprecated (replaced by
628+ * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the
629+ * application logs of the function with the specified ID.
627630 *
631+ * @deprecated
628632 * @param request - The request {@link ListLogsRequest}
629633 * @returns A Promise of ListLogsResponse
630634 */
You can’t perform that action at this time.
0 commit comments