Skip to content

Commit 9e5e444

Browse files
authored
docs(functions): improve documentation (#635)
1 parent 74003d3 commit 9e5e444

File tree

1 file changed

+1
-5
lines changed
  • packages/clients/src/api/function/v1beta1

1 file changed

+1
-5
lines changed

packages/clients/src/api/function/v1beta1/api.gen.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,7 @@ const jsonContentHeaders = {
102102
'Content-Type': 'application/json; charset=utf-8',
103103
}
104104

105-
/**
106-
* Functions API.
107-
*
108-
* Serverless functions API. Functions API.
109-
*/
105+
/** Serverless Functions API. */
110106
export class API extends ParentAPI {
111107
/** Lists the available regions of the API. */
112108
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams', 'pl-waw']

0 commit comments

Comments
 (0)