changes following review

This commit is contained in:
Sara Aspery
2017-06-23 18:16:38 +01:00
parent 7fee3f4323
commit 854c48cfd2

View File

@@ -143,10 +143,10 @@ public class RecordsAPI extends RMModelRequest
* Complete the record recordId
*
* @param recordId The id of the record to complete
* @return The {@link Record} with the given properties
* @return The completed {@link Record} with the given properties
* @throws Exception for the following cases:
* <ul>
* <li>Invalid parameter: {@code recordBodyFile} is not a valid format,{@code recordId} is not a record</li>
* <li>Invalid parameter: {@code recordId} is not a record</li>
* <li>authentication fails</li>
* <li>current user does not have permission to complete {@code recordId}</li>
* <li>{@code recordId} does not exist</li>