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
|`title`|`string`| The title of the Dev.to post. | Yes |
216
+
|`main_image`|`MediaDto`| Optional main image for the Dev.to post. Refers to the `MediaDto` type. | No |
217
+
|`canonical`|`string` (URL) | Optional canonical URL for the Dev.to post. | No |
218
+
|`organization`|`string`| Optional organization associated with the post. | No |
219
+
|`tags`|`DevToTagsSettingsDto[]` (Array of up to 4) | Optional array of tags for the Dev.to post. Each item in the array is of type `DevToTagsSettingsDto`. The array can have a maximum of 4 items. | No |
|`title`|`string`| The title of the Medium post. | Yes |
225
+
|`subtitle`|`string`| The subtitle of the Medium post. | Yes |
226
+
|`canonical`|`string` (URL) | Optional canonical URL for the Medium post. | No |
227
+
|`publication`|`string`| Optional publication associated with the post. | No |
228
+
|`tags`|`MediumTagsSettings[]` (Array of up to 4) | Optional array of tags for the Medium post. Each item in the array is of type `MediumTagsSettings`. The array can have a maximum of 4 items. | No |
|`title`|`string`| The title of the Hashnode post. | Yes |
234
+
|`subtitle`|`string`| The optional subtitle of the Hashnode post. | No |
235
+
|`main_image`|`MediaDto`| Optional main image for the Hashnode post. Refers to the `MediaDto` type. | No |
236
+
|`canonical`|`string` (URL) | Optional canonical URL for the Hashnode post. | No |
237
+
|`publication`|`string`| The slug of the Hashnode publication to post to. | Yes |
238
+
|`tags`|`HashnodeTagsSettings[]` (Array with at least 1 item) | An array of tags for the Hashnode post. Each item in the array is of type `HashnodeTagsSettings`. The array must contain at least one tag. | Yes |
0 commit comments