Changes in the API Specification

Back to the summary

Info

  • Version: 1.9.01.10.0

Modified endpoints


GET /webhooks

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:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            properties:
                                                (modified):
                                                    type:
                                                        items:
                                                            enum:
                                                                (added):
                                                                    - SAVINGS_PLAN
                                                                    - SAVINGS_PLAN_EXECUTION

See updated API reference


POST /webhooks

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:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    properties:
                        (modified):
                            type:
                                items:
                                    enum:
                                        (added):
                                            - SAVINGS_PLAN
                                            - SAVINGS_PLAN_EXECUTION
responses:
    (modified):
        "201":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - SAVINGS_PLAN
                                                    - SAVINGS_PLAN_EXECUTION

See updated API reference


GET /webhooks/{webhook_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:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - SAVINGS_PLAN
                                                    - SAVINGS_PLAN_EXECUTION

See updated API reference


PATCH /webhooks/{webhook_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:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    properties:
                        (modified):
                            type:
                                items:
                                    enum:
                                        (added):
                                            - SAVINGS_PLAN
                                            - SAVINGS_PLAN_EXECUTION
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - SAVINGS_PLAN
                                                    - SAVINGS_PLAN_EXECUTION

See updated API reference