Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Apr 22, 2023
1 parent 5949a4e commit 72953bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Newly created NEAR account will have two full access keys. One that was provided

URL: /add_key
Request parameters: {
near_account_id: String,
// in case NEAR AccointId is not provided,
// it will be determined using recovery PK and NEAR Wallet APIs
near_account_id: Option(String),
public_key: String,
oidc_token: String
}
Expand Down

0 comments on commit 72953bd

Please sign in to comment.