Skip to content

Commit 7a7a374

Browse files
committed
feat: remove useless dtos description
1 parent dc83efd commit 7a7a374

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

pages/public-api.mdx

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -203,49 +203,6 @@ Payload:
203203
| value | string | Yes | Tag value |
204204
| label | string | Yes | Tag label |
205205

206-
### Settings
207-
| Provider | Type | Required | Description |
208-
| --- | --- | --- | --- |
209-
| devto | DevToSettingsDto | No | Dev.to settings |
210-
| medium | MediumSettingsDto | No | Medium settings |
211-
| hashnode | HashnodeSettingsDto | No | Hashnode settings |
212-
| reddit | RedditSettingsDto | No | Reddit settings |
213-
| lemmy | LemmySettingsDto | No | Lemmy settings |
214-
| youtube | YoutubeSettingsDto | No | Youtube settings |
215-
| pinterest | PinterestSettingsDto | No | Pinterest settings |
216-
| dribbble | DribbbleDto | No | Dribbble settings |
217-
| tiktok | TikTokDto | No | TikTok settings |
218-
| discord | DiscordDto | No | Discord settings |
219-
| slack | SlackDto | No | Slack settings |
220-
221-
### DevToSettingsDto
222-
| Property | Type | Description | Required |
223-
|--------------|----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
224-
| `title` | `string` | The title of the Dev.to post. | Yes |
225-
| `main_image` | `MediaDto` | Optional main image for the Dev.to post. Refers to the `MediaDto` type. | No |
226-
| `canonical` | `string` (URL) | Optional canonical URL for the Dev.to post. | No |
227-
| `organization`| `string` | Optional organization associated with the post. | No |
228-
| `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 |
229-
230-
### MediumSettingsDto
231-
| Property | Type | Description | Required |
232-
|--------------|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
233-
| `title` | `string` | The title of the Medium post. | Yes |
234-
| `subtitle` | `string` | The subtitle of the Medium post. | Yes |
235-
| `canonical` | `string` (URL) | Optional canonical URL for the Medium post. | No |
236-
| `publication`| `string` | Optional publication associated with the post. | No |
237-
| `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 |
238-
239-
### HashnodeSettingsDto
240-
| Property | Type | Description | Required |
241-
|--------------|-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
242-
| `title` | `string` | The title of the Hashnode post. | Yes |
243-
| `subtitle` | `string` | The optional subtitle of the Hashnode post. | No |
244-
| `main_image` | `MediaDto` | Optional main image for the Hashnode post. Refers to the `MediaDto` type. | No |
245-
| `canonical` | `string` (URL) | Optional canonical URL for the Hashnode post. | No |
246-
| `publication`| `string` | The slug of the Hashnode publication to post to. | Yes |
247-
| `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 |
248-
249206

250207
curl:
251208
```

0 commit comments

Comments
 (0)