Skip to content

docs: change API methods description #295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025

Conversation

pedroalves0
Copy link
Member

requestId does not guarantee idempotency. Setting this field just customizes the X-Request-ID HTTP header, which can be useful for things like logging.

@@ -6,7 +6,8 @@ type Permission =
| "data:read"
| "data:read_write"
| "data:delete"
| "project:delete";
| "project:delete"
| "backups:read";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, did I miss this? Well spotted.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The thing is that the docusaurus docs in this repo website folder have to be rebuilt for the doc files to be updated. This is not necessary though for changes to be reflected in https://doist.github.io/todoist-api-typescript/, as the deploy-docusaurus github action takes care of that.

@pedroalves0 pedroalves0 merged commit bdbff59 into main May 1, 2025
1 check passed
@pedroalves0 pedroalves0 deleted the pedroa/update-request-id-comment branch May 1, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants