Skip to content

Subresource in swagger didn't have 'page' field. #1650

Closed
@ln-e

Description

@ln-e

Although there is enabled pagination:

{
  "@context": "/api/contexts/Task",
  "@id": "/api/projects/3/tasks",
  "@type": "hydra:Collection",
  "hydra:member": [
    ...
  ],
  "hydra:totalItems": 33,
  "hydra:view": {
    "@id": "/api/projects/3/tasks?page=1",
    "@type": "hydra:PartialCollectionView",
    "hydra:first": "/api/projects/3/tasks?page=1",
    "hydra:last": "/api/projects/3/tasks?page=2",
    "hydra:next": "/api/projects/3/tasks?page=2"
  },
}

api-platform/core: v2.1.4

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions