Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Sep 12, 2024
1 parent 69a8bf1 commit e32649e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/platform.doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,14 @@ paths:
- name: property
in: query
required: true
description: The type of property to retrieve (e.g., 'channel' or 'role' for Discord platform - 'category' for discoruse platform).
description: The type of property to retrieve (e.g., 'channel' or 'role' for Discord platform and'category' for discoruse platform).
schema:
type: string
enum: ['channel', 'role', 'guildMember', 'category']
- name: name
in: query
required: false
description: Name of the role (supported for 'discord-role' property) - Name of the category (supported for 'discourse-category' property).
description: Name of the role (supported for 'discord-role' and 'discourse-category' properties).
schema:
type: string
- name: ngu
Expand All @@ -395,7 +395,7 @@ paths:
- name: sortBy
in: query
required: false
description: The parameter to sort by (supported for 'discord-role', 'discord-guildMember', and 'discourse-category' properties). for the 'discourse-category' the format is like 'dc.name'
description: The parameter to sort by (supported for 'discord-role', 'discord-guildMember', and 'discourse-category' (example dc.name) properties).
schema:
type: string
- name: limit
Expand Down

0 comments on commit e32649e

Please sign in to comment.