Skip to content

Commit

Permalink
Removed "queries" endpoint infos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarGraz authored May 2, 2024
1 parent d5c4472 commit f1a96f6
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions src/docs/reference/modules/Contents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,25 +169,6 @@ It is usually better to create a dedicated user for performing API calls, to mai

***

#### GET /api/queries/{name}

##### Parameters

!!! note
This endpoint can only be used when the GraphQL feature is active.

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| name | path | The name of the query available in the Query panel. | Yes | string |

##### Responses

| Code | Description |
| ---- | ----------- |
| 200 | Success |

***

#### POST /api/content

##### Parameters
Expand Down Expand Up @@ -226,25 +207,6 @@ It is usually better to create a dedicated user for performing API calls, to mai

***

#### POST /api/queries/{name}

##### Parameters

!!! note
This endpoint can only be used when the GraphQL feature is active.

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| name | path | The name of the query available in the Query panel. | Yes | string |

##### Responses

| Code | Description |
| ---- | ----------- |
| 200 | Success |

***

#### DELETE /api/content/{contentItemId}

##### Parameters
Expand Down

0 comments on commit f1a96f6

Please sign in to comment.