docs/ContentFilesApi.md in pulp_file_client-3.56.0 vs docs/ContentFilesApi.md in pulp_file_client-3.56.1

- old
+ new

@@ -35,11 +35,11 @@ opts = { repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with. artifact: 'artifact_example', # String | Artifact file representing the physical content file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit. upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit. - url: 'url_example' # String | A url that Pulp can download and turn into the content unit. + file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit. } begin #Create a file content result = api_instance.create(relative_path, opts) @@ -57,10 +57,10 @@ **relative_path** | **String**| Path where the artifact is located relative to distributions base_path | **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional] **artifact** | **String**| Artifact file representing the physical content | [optional] **file** | **File**| An uploaded file that may be turned into the content unit. | [optional] **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional] - **url** | **String**| A url that Pulp can download and turn into the content unit. | [optional] + **file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional] ### Return type [**AsyncOperationResponse**](AsyncOperationResponse.md)