MCPcopy Index your code
hub / github.com/github/docs / BodyParameter

Interface BodyParameter

components/rest/types.ts:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53export interface BodyParameter {
54 in: string
55 name: string
56 description: string
57 type: string
58 isRequired?: boolean
59 default?: string
60 enum?: Array<string>
61 childParamsGroups?: Array<ChildParameter>
62}
63
64export interface ChildParameter {
65 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected