Skip to content

Commit

Permalink
SK-1749: Updated tokenize and invoke connection readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshwar-skyflow committed Nov 20, 2024
1 parent 998f262 commit 3b4d049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ To tokenize data, use the `tokenize` method. The `TokenizeRequest` class is util
from skyflow.vault.tokens import TokenizeRequest

tokenize_request = TokenizeRequest(
tokenize_parameters=[{
values=[{
'value': '<VALUE>',
'column_group': '<COLUMN_GROUP>'
}]
Expand Down Expand Up @@ -1024,7 +1024,7 @@ query_params = {
invoke_connection_request = InvokeConnectionRequest(
method=Method.POST,
body=body,
request_headers = headers, # optional
headers = headers, # optional
path_params = path_params, # optional
query_params=query_params # optional
)
Expand Down

0 comments on commit 3b4d049

Please sign in to comment.