Options
All
  • Public
  • Public/Protected
  • All
Menu

Module validators/contents

Index

Variables

Const deleteContent

deleteContent: { params: ObjectSchema<any> } = ...

Type declaration

  • params: ObjectSchema<any>

Const getContent

getContent: { params: ObjectSchema<any> } = ...

Type declaration

  • params: ObjectSchema<any>

Const postContent

postContent: { body: ObjectSchema<any>; params: ObjectSchema<any> } = ...

Validator for POSTing contents A new content entry has no found date

Type declaration

  • body: ObjectSchema<any>
  • params: ObjectSchema<any>

Const putContent

putContent: { body: ObjectSchema<any>; params: ObjectSchema<any> } = ...

Validator for PUTting contents An updated content entry has a found date

Type declaration

  • body: ObjectSchema<any>
  • params: ObjectSchema<any>

Generated using TypeDoc