mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 17:55:23 +00:00
Get party revision function (#377)
This commit is contained in:
parent
ed3116fd7e
commit
c02205395c
@ -1669,6 +1669,9 @@ service PartyManagement {
|
||||
domain.Party Get (1: UserInfo user, 2: PartyID party_id)
|
||||
throws (1: InvalidUser ex1, 2: PartyNotFound ex2)
|
||||
|
||||
PartyRevision GetRevision (1: UserInfo user, 2: PartyID party_id)
|
||||
throws (1: InvalidUser ex1, 2: PartyNotFound ex2)
|
||||
|
||||
domain.Party Checkout (1: UserInfo user, 2: PartyID party_id, 3: PartyRevisionParam revision)
|
||||
throws (1: InvalidUser ex1, 2: PartyNotFound ex2, 3: InvalidPartyRevision ex3)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user