docs/ContentFilesApi.md in pulp_file_client-1.14.3 vs docs/ContentFilesApi.md in pulp_file_client-1.14.4

- old
+ new

@@ -31,13 +31,13 @@ end api_instance = PulpFileClient::ContentFilesApi.new relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path 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 artifact of the content unit. - repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with. upload: 'upload_example' # String | An uncommitted upload that may be turned into the artifact of the content unit. } begin #Create a file content @@ -52,12 +52,12 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **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 artifact of the content unit. | [optional] - **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional] **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional] ### Return type [**AsyncOperationResponse**](AsyncOperationResponse.md)