@Version(value="1.0") @ProviderType
See: Description
| Annotation Type | Description |
|---|---|
| Link |
The Link object represents a possible design-time link for a response.
|
| LinkParameter |
Represents a parameter to pass to an operation as specified with operationId or identified via operationRef.
|
Example usage:
@APIResponse(
responseCode="201",
description="review created",
links = {
@Link(
name="Review",
description="get the review that was added",
operationId="getReviewById"
}
)
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.