mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Merge pull request #29600 from allencloud/update-docs-about-service-update
update service update in docs
This commit is contained in:
		
						commit
						524704143b
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -4823,7 +4823,7 @@ Return information on the service `id`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Update a service
 | 
					#### Update a service
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`POST /services/(id or name)/update`
 | 
					`POST /services/(id)/update`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Update a service. When using this endpoint to create a service using a
 | 
					Update a service. When using this endpoint to create a service using a
 | 
				
			||||||
private repository from the registry, the `X-Registry-Auth` header can be used
 | 
					private repository from the registry, the `X-Registry-Auth` header can be used
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -81,6 +81,7 @@ keywords: "API, Docker, rcli, REST, documentation"
 | 
				
			||||||
* `DELETE /secrets/{id}` removes the secret `id`.
 | 
					* `DELETE /secrets/{id}` removes the secret `id`.
 | 
				
			||||||
* `GET /secrets/{id}` returns information on the secret `id`.
 | 
					* `GET /secrets/{id}` returns information on the secret `id`.
 | 
				
			||||||
* `POST /secrets/{id}/update` updates the secret `id`.
 | 
					* `POST /secrets/{id}/update` updates the secret `id`.
 | 
				
			||||||
 | 
					* `POST /services/(id or name)/update` now accepts service name or prefix of service id as a parameter.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## v1.24 API changes
 | 
					## v1.24 API changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue