Open GaTechThomas opened 1 year ago
`datacontenttype' value in StateTransactionRequest is settable via the dotnet SDK.
datacontenttype is fixed as text/plain.
datacontenttype
text/plain
Use the transactions API to save state. Note that the stored datacontenttype is always text/plain.
More details in the following discord conversation if needed: https://discord.com/channels/778680217417809931/1139183104074985583/1173491172489044088
RELEASE NOTE:
Expected Behavior
`datacontenttype' value in StateTransactionRequest is settable via the dotnet SDK.
Actual Behavior
datacontenttype
is fixed astext/plain
.Steps to Reproduce the Problem
Use the transactions API to save state. Note that the stored
datacontenttype
is alwaystext/plain
.More details in the following discord conversation if needed: https://discord.com/channels/778680217417809931/1139183104074985583/1173491172489044088
Release Note
RELEASE NOTE: