MCPcopy
hub / github.com/github/docs / Operation

Interface Operation

components/rest/types.ts:1–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Operation {
2 verb: string
3 title: string
4 descriptionHTML: string
5 previews: Array<string>
6 requestPath: string
7 serverUrl: string
8 statusCodes: Array<StatusCode>
9 parameters: Array<Parameter>
10 bodyParameters: Array<BodyParameter>
11 category: string
12 subcategory: string
13 enabledForGitHubApps: boolean
14 codeExamples: Array<CodeSample>
15}
16
17export interface Parameter {
18 exampleName?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected