mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
chore: update specs
This commit is contained in:
parent
a1aabd351c
commit
6372180537
2 changed files with 20 additions and 2 deletions
|
|
@ -35663,6 +35663,14 @@
|
|||
"type": "string",
|
||||
"description": "Most recent access date in ISO 8601 format. This attribute is only updated again after 24 hours.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"sdks": {
|
||||
"type": "array",
|
||||
"description": "List of SDK user agents that used this key.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-example": "appwrite:flutter"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -35672,7 +35680,8 @@
|
|||
"name",
|
||||
"expire",
|
||||
"secret",
|
||||
"accessedAt"
|
||||
"accessedAt",
|
||||
"sdks"
|
||||
]
|
||||
},
|
||||
"mockNumber": {
|
||||
|
|
|
|||
|
|
@ -36195,6 +36195,14 @@
|
|||
"type": "string",
|
||||
"description": "Most recent access date in ISO 8601 format. This attribute is only updated again after 24 hours.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"sdks": {
|
||||
"type": "array",
|
||||
"description": "List of SDK user agents that used this key.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-example": "appwrite:flutter"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -36204,7 +36212,8 @@
|
|||
"name",
|
||||
"expire",
|
||||
"secret",
|
||||
"accessedAt"
|
||||
"accessedAt",
|
||||
"sdks"
|
||||
]
|
||||
},
|
||||
"mockNumber": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue