Skip to content

docs: fix example - from string to array #857

Description

@vikyw89
	Tags      []Tag     `json:"tags" example:"cute" doc:"Tags for the pet"`

should be

	Tags      []Tag     `json:"tags" example:["cute"] doc:"Tags for the pet"`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions