Skip to content

Commit

Permalink
Update source and source content type descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Feb 14, 2022
1 parent 73f3788 commit 3efcd26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"source": {
"type": "string",
"description": "The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests."
"description": "The URL-encoded request definition."
},
"source_content_type": {
"type": "string",
"description": "The URL-encoded media type that indicates the format of the URL-encoded request definition passed with the source parameter. For example, application/json, encoded as application%2fjson. Useful for libraries that do not accept a request body for non-POST requests."
"description": "The URL-encoded media type that indicates the format of the URL-encoded request definition passed with the source parameter. For example, application/json, encoded as application%2fjson."
},
"filter_path": {
"type": "list",
Expand Down

0 comments on commit 3efcd26

Please sign in to comment.