public @interface Operation
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A description of the operation.
|
ApiError[] |
errors
The list of possible errors for the operation.
|
String[] |
locales
The list of supported locales for the operation.
|
Parameter[] |
parameters
Parameters on operation paths and/or endpoints.
|
Stability |
stability
The stability state for the operation.
|
public abstract String[] locales
public abstract ApiError[] errors
public abstract Parameter[] parameters
public abstract Stability stability
STABLE
.public abstract String description
Copyright © 2025 Open Identity Platform Community. All rights reserved.