You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text is returned when text/plain is in Accept with more priority than application/json (check Accept header rules in the HTTP specification) or "options=text" is used (overriding the Accept header).
Attribute values using number or booleans as native JSON type are translated to text at rendering time.
Setting an attribute value encoded as text:
Operation: PUT /v2/entities//attrs//value
The payload is considered as text if Content-Type is text/plain
Getting an attribute value encoded as text:
text/plain
is inAccept
with more priority thanapplication/json
(check Accept header rules in the HTTP specification) or "options=text" is used (overriding the Accept header).Setting an attribute value encoded as text:
Content-Type
istext/plain
Related with (more broad): #1001
The text was updated successfully, but these errors were encountered: