Changes in the API Specification

Back to the summary

Info

  • Version: 1.14.01.15.0

Added endpoints

GET /savings_plans

See updated API reference

POST /savings_plans

See updated API reference

GET /savings_plans/{savings_plan_id}

See updated API reference

GET /savings_plans/{savings_plan_id}/executions

See updated API reference

DELETE /savings_plans/{savings_plan_id}/executions/{savings_plan_execution_id}

See updated API reference

GET /savings_plans/{savings_plan_id}/executions/{savings_plan_execution_id}

See updated API reference

Modified endpoints


GET /reports/{report_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            oneOf:
                                (modified):
                                    '#1':
                                        properties:
                                            (modified):
                                                type:
                                                    enum:
                                                        (added):
                                                            - TAX_OPTIMISATION

See updated API reference


GET /users/{user_id}/reports

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (modified):
        query:
            type:
                schema:
                    enum:
                        (added):
                            - TAX_OPTIMISATION
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            oneOf:
                                                (modified):
                                                    '#1':
                                                        properties:
                                                            (modified):
                                                                type:
                                                                    enum:
                                                                        (added):
                                                                            - TAX_OPTIMISATION

See updated API reference