Skip to content

APIv2 swagger json out of sync  #10

@miklesw

Description

@miklesw

APIv2 is returning messages in an attribute called Items, whereas the swagger json has a messages attribute.

type messagesResult struct {
	Total int            `json:"total"`
	Count int            `json:"count"`
	Start int            `json:"start"`
	Items []data.Message `json:"items"`
}

If I change the attribute in the swagger json to "items", there are other issues with the actual message attributes too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions