Skip to content

Conversation

@MikeEdgar
Copy link
Contributor

  • Add example and examples to @Header annotation
  • Add new TCK test to verify both example locations

Closes #697

Signed-off-by: Michael Edgar <michael@xlate.io>
Comment on lines +316 to +319
vr.body("paths.'/user/logout'.get.responses", aMapWithSize(2));
vr.body("paths.'/user/logout'.get.responses.'200'.description",
equalTo("Successful user logout."));
vr.body("paths.'/user/logout'.get.responses.'400'.description", equalTo("Invalid request"));
Copy link
Contributor Author

@MikeEdgar MikeEdgar Jan 29, 2026

Choose a reason for hiding this comment

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

This is somewhat unrelated - using an alternate endpoint for this test so that the password change PATCH operation could be used for headers that seem relatively reasonable for that endpoint.

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.

Missing usage of examples ExampleObject[] in @Header annotation

1 participant