We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88971d3 commit d82ec17Copy full SHA for d82ec17
packages/stainless/src/stl.ts
@@ -547,6 +547,8 @@ interface CreateEndpointOptions<
547
* and URL for this endpoint, e.g. `"GET /items/{id}"`
548
*/
549
endpoint: MethodAndUrl;
550
+ /** Optional summary for the endpoint. */
551
+ summary?: string;
552
/** Optional plugin configuration specific to the endpoint. */
553
config?: Config;
554
/** The schema for the response defining its properties. */
0 commit comments