added api docs
This commit is contained in:
7
interface/models/objectid.yaml
Normal file
7
interface/models/objectid.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
components:
|
||||
schemas:
|
||||
ObjectId:
|
||||
type: string
|
||||
pattern: '^[a-fA-F0-9]{24}$'
|
||||
examples:
|
||||
- 64f85f5f4c7dbf7cfb8f3f10
|
||||
Reference in New Issue
Block a user