Skip to content

chore(api): update api/x commands - #899

Open
Shillaker wants to merge 1 commit into
build/go-1.26.6from
shillaker/chore/update-api-commands
Open

chore(api): update api/x commands#899
Shillaker wants to merge 1 commit into
build/go-1.26.6from
shillaker/chore/update-api-commands

Conversation

@Shillaker

@ShillakerShillaker commented Aug 14, 2026

Copy link
Copy Markdown

Description

Run make x-cmd to generate code for latest public API schema.

Changes:

  • New DBaaS endpoints
  • New environmental impact endpoints
  • Miscellaneous comment and doc updates
  • Add openapi.json and public-api.json to .gitignore (created by make x-cmd and should not be checked in)

Checklist

  • Changelog updated (under Unreleased block, and add the Pull Request #number for each bit you add to the CHANGELOG.md)
  • Testing

Testing

Ran locally with new endpoint, get-impact-report:

go run . api get-impact-report --from 2026-08-01 

And received the expected response.

@Shillaker
Shillakerforce-pushed the shillaker/chore/update-api-commands branch from d004067 to 80510f3CompareAugust 14, 2026 14:43
@Shillaker
Shillaker marked this pull request as ready for review August 14, 2026 14:43
@Shillaker
Shillaker changed the base branch from master to build/go-1.26.6August 14, 2026 14:44
Comment threadopenapi.json Outdated
Comment threadpublic-api.json Outdated
@Shillaker
Shillakerforce-pushed the shillaker/chore/update-api-commands branch from 80510f3 to 6049110CompareAugust 14, 2026 15:05
@Shillaker

Copy link
Copy Markdown
Author

@kobajagi I'm assuming I don't need to update the changelog for experimental endpoints, is that correct?

Sign up for freeto 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.

2 participants

@Shillaker@kobajagi