Commit 217af8aa authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'update-docs-to-reflect-work-missed-cutoff' into 'master'

Parent child pipeline api doc fix

See merge request gitlab-org/gitlab!37856
parents 7fc4c833 4a1b909e
......@@ -269,7 +269,7 @@ Example of response
]
```
Since GitLab 13.2, this endpoint [returns data for any pipeline](pipelines.md#single-pipeline-requests)
In GitLab 13.3 and later, this endpoint [returns data for any pipeline](pipelines.md#single-pipeline-requests)
including [child pipelines](../ci/parent_child_pipelines.md).
## List pipeline bridges
......
......@@ -2,10 +2,10 @@
## Single Pipeline Requests
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36494) in GitLab 13.2.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36494) in GitLab 13.3.
Endpoints that request information about a single pipeline return data for any pipeline.
Before 13.2, requests for [child pipelines](../ci/parent_child_pipelines.md) returned
Before 13.3, requests for [child pipelines](../ci/parent_child_pipelines.md) returned
a 404 error.
## Pipelines pagination
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment