docs/AcsFileApi.md in pulp_file_client-1.9.1 vs docs/AcsFileApi.md in pulp_file_client-1.10.0
- old
+ new
@@ -67,15 +67,15 @@
- **Accept**: application/json
## delete
-> delete(file_file_alternate_content_source_href)
+> AsyncOperationResponse delete(file_file_alternate_content_source_href)
Delete a file alternate content source
-Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
+Trigger an asynchronous delete ACS task
### Example
```ruby
# load the gem
@@ -90,11 +90,12 @@
api_instance = PulpFileClient::AcsFileApi.new
file_file_alternate_content_source_href = 'file_file_alternate_content_source_href_example' # String |
begin
#Delete a file alternate content source
- api_instance.delete(file_file_alternate_content_source_href)
+ result = api_instance.delete(file_file_alternate_content_source_href)
+ p result
rescue PulpFileClient::ApiError => e
puts "Exception when calling AcsFileApi->delete: #{e}"
end
```
@@ -105,20 +106,20 @@
------------- | ------------- | ------------- | -------------
**file_file_alternate_content_source_href** | **String**| |
### Return type
-nil (empty response body)
+[**AsyncOperationResponse**](AsyncOperationResponse.md)
### Authorization
[basicAuth](../README.md#basicAuth)
### HTTP request headers
- **Content-Type**: Not defined
-- **Accept**: Not defined
+- **Accept**: application/json
## list
> PaginatedfileFileAlternateContentSourceResponseList list(opts)
@@ -192,15 +193,15 @@
- **Accept**: application/json
## partial_update
-> FileFileAlternateContentSourceResponse partial_update(file_file_alternate_content_source_href, patchedfile_file_alternate_content_source)
+> AsyncOperationResponse partial_update(file_file_alternate_content_source_href, patchedfile_file_alternate_content_source)
Update a file alternate content source
-Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
+Trigger an asynchronous partial update task
### Example
```ruby
# load the gem
@@ -233,11 +234,11 @@
**file_file_alternate_content_source_href** | **String**| |
**patchedfile_file_alternate_content_source** | [**PatchedfileFileAlternateContentSource**](PatchedfileFileAlternateContentSource.md)| |
### Return type
-[**FileFileAlternateContentSourceResponse**](FileFileAlternateContentSourceResponse.md)
+[**AsyncOperationResponse**](AsyncOperationResponse.md)
### Authorization
[basicAuth](../README.md#basicAuth)
@@ -306,15 +307,15 @@
- **Accept**: application/json
## refresh
-> FileFileAlternateContentSourceResponse refresh(file_file_alternate_content_source_href, file_file_alternate_content_source)
+> TaskGroupOperationResponse refresh(file_file_alternate_content_source_href, file_file_alternate_content_source)
-Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
+Trigger an asynchronous task to create Alternate Content Source content.
### Example
```ruby
# load the gem
@@ -346,11 +347,11 @@
**file_file_alternate_content_source_href** | **String**| |
**file_file_alternate_content_source** | [**FileFileAlternateContentSource**](FileFileAlternateContentSource.md)| |
### Return type
-[**FileFileAlternateContentSourceResponse**](FileFileAlternateContentSourceResponse.md)
+[**TaskGroupOperationResponse**](TaskGroupOperationResponse.md)
### Authorization
[basicAuth](../README.md#basicAuth)
@@ -360,15 +361,15 @@
- **Accept**: application/json
## update
-> FileFileAlternateContentSourceResponse update(file_file_alternate_content_source_href, file_file_alternate_content_source)
+> AsyncOperationResponse update(file_file_alternate_content_source_href, file_file_alternate_content_source)
Update a file alternate content source
-Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
+Trigger an asynchronous update task
### Example
```ruby
# load the gem
@@ -401,10 +402,10 @@
**file_file_alternate_content_source_href** | **String**| |
**file_file_alternate_content_source** | [**FileFileAlternateContentSource**](FileFileAlternateContentSource.md)| |
### Return type
-[**FileFileAlternateContentSourceResponse**](FileFileAlternateContentSourceResponse.md)
+[**AsyncOperationResponse**](AsyncOperationResponse.md)
### Authorization
[basicAuth](../README.md#basicAuth)