Skip to content
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

fix incorrect query param in deployment logs endpoint docs #13620

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nyobe
Copy link
Contributor

@nyobe nyobe commented Dec 13, 2024

Proposed changes

The deployment logs endpoint actually uses a continuationToken query param instead of the documented nextToken one. Unfortunately the api response returns nextToken, so it's a bit confusing :(

Unreleased product version (optional)

Related issues (optional)

Fixes https://github.com/pulumi/pulumi-service/issues/24318

@nyobe nyobe requested a review from a team as a code owner December 13, 2024 00:47
@nyobe nyobe requested review from komalali and aureq December 13, 2024 00:47
@pulumi-bot
Copy link
Collaborator

@@ -1180,7 +1180,7 @@ The `token` is a string that contains the `job`, `offset` and `step` of the next

The following query parameters are available:

* **nextToken**: A string returned by the previous response, that can be used to get the next set of logs.
* **continuationToken**: A string returned by the previous response, that can be used to get the next set of logs.
Copy link
Member

Choose a reason for hiding this comment

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

Can we change this to say that it's the nextToken value returned by the previous response?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants