Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "api/openapi/paths/delete-one"

Index

Object literals

Object literals

Const _

_: object

delete

delete: object

description

description: string = "http://mongodb.github.io/node-mongodb-native/3.2/api/Collection.html#deleteOne"

operationId

operationId: string = "deleteOneController"

parameters

parameters: object[] = [{in: 'path',name: 'collectionName',required: true,schema: {type: 'string',},},]

x-router-controller

x-router-controller: string = "index"

requestBody

requestBody: object

required

required: boolean = true

x-name

x-name: string = "body"

content

content: object

application/json

application/json: object

schema

schema: object

type

type: string = "object"

properties

properties: object

filter

filter: object

type

type: string = "object"

options

options: object

type

type: string = "object"

responses

responses: object

2XX

2XX: object

description

description: string = "http://mongodb.github.io/node-mongodb-native/3.2/api/Collection.html#~deleteWriteOpResult"

content

content: object

application/json

application/json: object

schema

schema: object

type

type: string = "object"

4XX

4XX: object

$ref

$ref: string = "#components/responses/genericClientError"

default

default: object

$ref

$ref: string = "#components/responses/genericServerError"

Generated using TypeDoc