Docs: Fix 4 docs to resolve follow-up issue
This commit is contained in:
		
							parent
							
								
									42df87c878
								
							
						
					
					
						commit
						3be0a35c78
					
				| 
						 | 
					@ -7,6 +7,7 @@ If a user is not a member of a group and the group is private, a `GET` request o
 | 
				
			||||||
Epics are available only in Ultimate. If epics feature is not available a `403` status code will be returned.
 | 
					Epics are available only in Ultimate. If epics feature is not available a `403` status code will be returned.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## List issues for an epic
 | 
					## List issues for an epic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Gets all issues that are assigned to an epic and the authenticated user has  access to.
 | 
					Gets all issues that are assigned to an epic and the authenticated user has  access to.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,6 +12,7 @@ If a user is not a member of a group and the group is private, a `GET` request o
 | 
				
			||||||
Epics are available only in the [Ultimate/Gold tier](https://about.gitlab.com/pricing/). If the epics feature is not available, a `403` status code will be returned.
 | 
					Epics are available only in the [Ultimate/Gold tier](https://about.gitlab.com/pricing/). If the epics feature is not available, a `403` status code will be returned.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## List epics related to a given epic
 | 
					## List epics related to a given epic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Gets all child epics of an epic.
 | 
					Gets all child epics of an epic.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
# SCIM API
 | 
					# SCIM API **[SILVER ONLY]**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9388) in [GitLab Silver](https://about.gitlab.com/pricing/) 11.10.
 | 
					> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9388) in [GitLab Silver](https://about.gitlab.com/pricing/) 11.10.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
# Vulnerabilities API
 | 
					# Vulnerabilities API **[ULTIMATE]**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Every API call to vulnerabilities must be authenticated.
 | 
					Every API call to vulnerabilities must be authenticated.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue