diff --git a/logs/README.md b/logs/README.md index 23300e2..6894fab 100644 --- a/logs/README.md +++ b/logs/README.md @@ -90,8 +90,6 @@ Returns all logs according to the provided queries and path/named-route param. Returns all the logs present in the collection. **Query** - - `dev=[boolean]` Optional: `type=` - `CLOUDFLARE_CACHE_PURGED` @@ -126,7 +124,7 @@ rds-session: { "message": "All Logs fetched successfully", "data": ["", "...."], - "next": "/logs?dev=true&size=5&next=", + "next": "/logs?size=5&next=", "prev": null } ``` diff --git a/requests/README.md b/requests/README.md index 2c9df51..24ae7a6 100644 --- a/requests/README.md +++ b/requests/README.md @@ -14,13 +14,12 @@ Returns a list of requests with pagination and filtering options. - **Description:** Fetches a list of requests, optionally filtered by various parameters. -- **URL:** `https://api.realdevsquad.com/requests?dev=true` +- **URL:** `https://api.realdevsquad.com/requests` - **Method:** GET - **Query Parameters:** - - `dev`: Required boolean to fetch requests. - `page`: Optional integer to specify the page number. Default is 1. - `size`: Optional integer to specify the number of requests per page. Default is 5. - `requestedBy`: Optional string to filter requests by the requester's username. @@ -109,11 +108,7 @@ Creates a new request. - **Description:** Creates a new request with the provided details. -- **URL:** `https://api.realdevsquad.com/requests?dev=true` - -- **Query Parameters:** - - - `dev`: Required boolean to create requests in developer mode. +- **URL:** `https://api.realdevsquad.com/requests` - **Method:** POST @@ -224,10 +219,6 @@ Updates an existing request with the provided details. - `id`: The unique identifier of the request to be updated. -- **Query Parameters:** - - - `dev`: Required boolean to update requests in developer mode. - - **Headers:** - Content-Type: application/json - **Cookie:** diff --git a/tasks/README.md b/tasks/README.md index 3a08a8c..ef0709b 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -74,7 +74,6 @@ Returns all the tasks - **Params** None - **Query** - - Optional: `dev=[boolean]` (`dev` is passed to get all tasks in the developer mode with features that are flagged) - Optional: `status=[string]` (`status` is a case insenstive string with one of the following values [AVAILABLE, ASSIGNED, COMPLETED, IN_PROGRESS, BLOCKED, SMOKE_TESTING, NEEDS_REVIEW, IN_REVIEW, APPROVED, MERGED, SANITY_CHECK, REGRESSION_CHECK, RELEASED, VERIFIED, DONE, UNASSIGNED] which represents the status of the task) - Optional: `assignee=[string]` (`assignee` can be assignee username in case of single assignee or multiple comma separated values in case of multiple assignee) - Optional: `title=[string]` (`title` can be case sensitive, whole or starting portion of task title)