Skip to content

Fix broken Swagger schema link targets - #852

Merged
Ceejaytech25 merged 1 commit into
ceejaylaboratory:mainfrom
wheval:fix/swagger-broken-schema-links
Aug 1, 2026
Merged

Fix broken Swagger schema link targets#852
Ceejaytech25 merged 1 commit into
ceejaylaboratory:mainfrom
wheval:fix/swagger-broken-schema-links

Conversation

@wheval

@wheval wheval commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Add the missing Swagger component schemas so links resolve in API docs.

Changes

  • Added Job and MultisigTransaction schemas to the central Swagger definition.
  • Kept the change scoped to docs schema resolution only.

Testing

  • npx eslint src/config/swagger.ts
  • node -r ts-node/register/transpile-only -e "const { swaggerSpec } = require('./src/config/swagger'); ..."

Closes #821

@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@wheval Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Ceejaytech25

Copy link
Copy Markdown
Contributor

Nice implementation, LGTM!

@Ceejaytech25
Ceejaytech25 merged commit 76f1c4b into ceejaylaboratory:main Aug 1, 2026
1 check failed
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.

[Bug] Fix broken link targets in backend API Swagger UI documentation

2 participants