ExOura.Tag (ex_oura v2.0.0)
View SourceTag API operations for the deprecated Tag endpoints.
Note: Tag endpoints are deprecated. Use Enhanced Tags instead.
Summary
Types
Functions
@spec multiple_tag(start_date(), end_date(), next_token(), opts()) :: {:ok, ExOura.Client.MultiDocumentResponseTagModel.t()} | {:error, ExOura.Client.HTTPValidationError.t()}
Multiple Tag Documents
Note: This endpoint is deprecated. Use Enhanced Tags instead.
@spec single_tag(document_id(), opts()) :: {:ok, ExOura.Client.TagModel.t()} | {:error, ExOura.Client.HTTPValidationError.t()}
Single Tag Document
Note: This endpoint is deprecated. Use Enhanced Tags instead.