diff --git a/.wordlist.txt b/.wordlist.txt index f346058..8261673 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -354,3 +354,11 @@ SSO Okta Okta's SSOConfig +filepaths +utf +blocksize +CRC +crc +FlowTag +NoOpFileTagParams +UnappliedFileTag diff --git a/docs/sdk/markdowns/AgentSDK.mdx b/docs/sdk/markdowns/AgentSDK.mdx index 0fee2ae..a09655f 100644 --- a/docs/sdk/markdowns/AgentSDK.mdx +++ b/docs/sdk/markdowns/AgentSDK.mdx @@ -93,7 +93,7 @@ This function can be useful as a template for creating your own pattern matching The FlowTag class is used to represent a tag that can be applied to a file. This class is not used for applying tags, but rather for interacting with tags already applied to files. - _param_ **tag_id**: str - Name of the tag type applied to a file. -- _param_ **display_tag**: str - Value of the tag applied to a fil +- _param_ **display_tag**: str - Value of the tag applied to a file. - _param_ **upload_ts**: datetime - Timestamp of when tag was applied ### `function` add_file_tag_to_fileparam