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

Add support for links in #[utoipa::path] #1047

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Add support for links in #[utoipa::path] #1047

merged 1 commit into from
Sep 11, 2024

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Sep 11, 2024

This commit adds support for OpenAPI links https://spec.openapis.org/oas/latest.html#link-object in #[utoipa::path(...)] response object.

Also improve documentation as mentioned in issue #919

This commit also adds builder() method to each type which has builder instance . The method is synonymous for *Builder::new().

Closes #551 Closes #919

This commit adds support for OpenAPI links https://spec.openapis.org/oas/latest.html#link-object
in `#[utoipa::path(...)]` response object.

Also improve documentation as mentioned in issue #919

Closes #551 Closes #919
@juhaku juhaku merged commit f6d1c3d into master Sep 11, 2024
20 checks passed
@juhaku juhaku deleted the feature-add-links branch September 11, 2024 18:45
This pull request was closed.
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.

Defining Headers in Specific APIs OAS 3.0 'links' are missing
1 participant