This adds a v2 API root to CloudKitty. An example endpoint along with some developer documentation has been added. The API root is now served with Flask instead of pecan. Change-Id: I4ede52dae531631f7fe708400def01bc08a64dec Story: 2004208 Task: 27717 Task: 27718 Task: 27719
16 lines
296 B
YAML
16 lines
296 B
YAML
200:
|
|
default: Request was successful.
|
|
|
|
201:
|
|
default: Resource was successfully created.
|
|
|
|
400:
|
|
default: Invalid request.
|
|
|
|
403:
|
|
default: Forbidden operation for the authentified user.
|
|
fruit_error: This fruit is forbidden.
|
|
|
|
405:
|
|
default: The method is not allowed for the requested URL.
|