Skip to content

Commit 4b55d5b

Browse files
authored
Clarify type and contents for payload
Remove confusing duplication of referencing JSON, XML and TEXT, the caps imply the "type" rather than the contents of the string. Given the contents can be text not really sure what the point of the saying it has to be well formed json, xml or text. If that is, because the type is checked and the content-type set according to what is determined. The it should say so
1 parent 60c9704 commit 4b55d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ URL of the HTTPS REST endpoint to be called. *@url* is **nvarchar(4000)** with n
6666

6767
#### [ @payload = ] N'*request_payload*'
6868

69-
Unicode string in a JSON, XML, or TEXT format that contains the payload to send to the HTTPS REST endpoint. Payloads must be a valid JSON document, a well formed XML document, or text. *@payload* is **nvarchar(max)** with no default.
69+
The payload to send to the HTTPS REST endpoint. Must be a valid JSON document, a well formed XML document, or text. *@payload* is **nvarchar(max)** type with no default.
7070

7171
#### [ @headers = ] N'*headers*'
7272

0 commit comments

Comments
 (0)