Skip to content

Commit ec4be70

Browse files
committed
Only JSON encoding is supported in body
1 parent 37704f9 commit ec4be70

File tree

1 file changed

+1
-1
lines changed
  • Documentation.app/Contents/MacOS/Generation examples.playground/Pages/Parameters.xcplaygroundpage

1 file changed

+1
-1
lines changed

Documentation.app/Contents/MacOS/Generation examples.playground/Pages/Parameters.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
description: Customer created
9999
```
100100

101-
This request requires a `Customer` to be sent as part of the body. The generated code will add a parameter to the `newCustomer` where a value of type `Customer` needs to be passed, and the generated implementation will know where to encode it.
101+
This request requires a `Customer` to be sent as part of the body. The generated code will add a parameter to the `newCustomer` where a value of type `Customer` needs to be passed, and the generated implementation will know where to encode it. Currently, the only encoding that is supported is JSON.
102102

103103
## Header parameters
104104

0 commit comments

Comments
 (0)