add acl_tags to PreAuthKey proto

This commit is contained in:
Benjamin George Roberts 2022-08-25 16:12:50 +10:00
parent cc0bec15ef
commit e27a4db281
11 changed files with 388 additions and 263 deletions

View file

@ -824,6 +824,12 @@
"expiration": {
"type": "string",
"format": "date-time"
},
"aclTags": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
@ -1102,6 +1108,12 @@
"createdAt": {
"type": "string",
"format": "date-time"
},
"aclTags": {
"type": "array",
"items": {
"type": "string"
}
}
}
},