|
19 | 19 | * <p> |
20 | 20 | * You can now pass the branch header in the API request to fetch or manage modules located within specific branches of |
21 | 21 | * the stack. Additionally, you can also set the include_branch query parameter to true to include the _branch top-level |
22 | | - * key in the response. This key specifies the unique ID of the branch where the concerned Contentstack module resides. |
| 22 | + * key in the response. |
| 23 | + * This key specifies the unique ID of the branch where the concerned Contentstack module resides. |
23 | 24 | * |
24 | 25 | * @author ***REMOVED*** |
25 | 26 | * @version 1.0.0 |
@@ -99,10 +100,10 @@ public Call<ResponseBody> get(@NotNull String customFieldUid, Map<String, Object |
99 | 100 | * @param body |
100 | 101 | * In the ‘Body’ section, you need to provide the following ‘Body’ parameters under ‘form-data’ |
101 | 102 | * <pre> |
102 | | - * Use like: Map<String, RequestBody> params = new HashMap<>(); |
103 | | - * prepare RequestBody RequestBody someDataBody = ....; |
104 | | - * add it Map object params.put("DYNAMIC_PARAM_NAME", someDataBody); |
105 | | - * </pre> |
| 103 | + * Use like: Map<String, RequestBody> params = new HashMap<>(); |
| 104 | + * prepare RequestBody RequestBody someDataBody = ....; |
| 105 | + * add it Map object params.put("DYNAMIC_PARAM_NAME", someDataBody); |
| 106 | + * </pre> |
106 | 107 | * @return Call |
107 | 108 | */ |
108 | 109 | public Call<ResponseBody> uploadCustomField(Map<String, RequestBody> body, Map<String, Object> queryParam) { |
@@ -130,10 +131,10 @@ public Call<ResponseBody> uploadCustomField(Map<String, RequestBody> body, Map<S |
130 | 131 | * @param body |
131 | 132 | * In the ‘Body’ section, you need to provide the following ‘Body’ parameters under ‘form-data’ |
132 | 133 | * <pre> |
133 | | - * Use like: Map<String, RequestBody> params = new HashMap<>(); |
134 | | - * //prepare RequestBody RequestBody someDataBody = ....; |
135 | | - * //add it Map object params.put("DYNAMIC_PARAM_NAME", someDataBody); |
136 | | - * </pre> |
| 134 | + * Use like: Map<String, RequestBody> params = new HashMap<>(); |
| 135 | + * //prepare RequestBody RequestBody someDataBody = ....; |
| 136 | + * //add it Map object params.put("DYNAMIC_PARAM_NAME", someDataBody); |
| 137 | + * </pre> |
137 | 138 | * @return Call |
138 | 139 | */ |
139 | 140 | public Call<ResponseBody> uploadCustomField(Map<String, Object> queryParam, JSONObject body) { |
|
0 commit comments