mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-25 03:42:30 +00:00
Support GitBook blocks in OpenAPI operation description (#2868)
This commit is contained in:
@@ -42,6 +42,11 @@ export interface OpenAPICustomOperationProperties {
|
||||
* Description in HTML format.
|
||||
*/
|
||||
'x-gitbook-description-html'?: string;
|
||||
|
||||
/**
|
||||
* Description in Document format.
|
||||
*/
|
||||
'x-gitbook-description-document'?: object;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user