TD-421: Organization is no longer present in bouncer context of apikeymgmt (#29)

This commit is contained in:
Alexey S 2022-11-30 17:09:18 +04:00 committed by GitHub
parent bf278167ce
commit bb4ebd8773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@ struct Entity {
1: optional EntityID id
2: optional string type
3: optional EntityID party
5: optional EntityID organization
4: optional WalletAttrs wallet
}

View File

@ -404,7 +404,7 @@ struct ApiKeyMgmtOperation {
* - ...
*/
1: optional string id
2: optional Entity organization
2: optional Entity party
3: optional Entity api_key
}
@ -415,7 +415,7 @@ struct ApiKeyMgmtOperation {
type = "ApiKey" {
1: id
2: organization
2: party
}
*/