Changes in the API Specification

Back to the summary

Info

  • Version: 1.5.01.6.0

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:
                                (added):
                                    - RevisionSchema[0]
                            type:
                                from: object
                                to: ""
                            additionalPropertiesAllowed:
                                from: false
                                to: null
                            required:
                                stringsdiff:
                                    (deleted):
                                        - id
                                        - user_id
                                        - created_at
                                        - type
                                        - substituted_report_id
                            properties:
                                (deleted):
                                    - user_id
                                    - created_at
                                    - data
                                    - id
                                    - substituted_report_id
                                    - type

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:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            oneOf:
                                                (added):
                                                    - RevisionSchema[0]
                                            type:
                                                from: object
                                                to: ""
                                            additionalPropertiesAllowed:
                                                from: false
                                                to: null
                                            required:
                                                stringsdiff:
                                                    (deleted):
                                                        - substituted_report_id
                                                        - id
                                                        - user_id
                                                        - created_at
                                                        - type
                                            properties:
                                                (deleted):
                                                    - substituted_report_id
                                                    - type
                                                    - user_id
                                                    - created_at
                                                    - data
                                                    - id

See updated API reference


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):
                                                                    - VIRTUAL_CASH_INCREASE
                                                                    - VIRTUAL_CASH_DECREASE

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):
                                            - VIRTUAL_CASH_INCREASE
                                            - VIRTUAL_CASH_DECREASE
responses:
    (modified):
        "201":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - VIRTUAL_CASH_INCREASE
                                                    - VIRTUAL_CASH_DECREASE

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):
                                                    - VIRTUAL_CASH_INCREASE
                                                    - VIRTUAL_CASH_DECREASE

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):
                                            - VIRTUAL_CASH_INCREASE
                                            - VIRTUAL_CASH_DECREASE
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - VIRTUAL_CASH_INCREASE
                                                    - VIRTUAL_CASH_DECREASE

See updated API reference