Skip to content

Commit

Permalink
Add additional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Aug 19, 2024
1 parent 94c06c9 commit 65581f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion service/src/services/LibraryService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ export class LibraryService implements Service<CRMIShareableLibrary> {
* {BASE_URL}/4_0_1/Library/$approve or {BASE_URL}/4_0_1/Library/[id]/$approve
* applies an approval to an existing artifact, regardless of status, and sets the
* date and approvalDate elements of the approved artifact as well as for all resources
* it is composed of
* it is composed of. The user can optionally provide an artifactAssessmentType and an
* artifactAssessmentSummary for an cqfm-artifactComment extension.
*/
async approve(args: RequestArgs, { req }: RequestCtx) {
logger.info(`${req.method} ${req.path}`);
Expand Down
3 changes: 2 additions & 1 deletion service/src/services/MeasureService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ export class MeasureService implements Service<CRMIShareableMeasure> {
* {BASE_URL}/4_0_1/Measure/$approve or {BASE_URL}/4_0_1/Measure/[id]/$approve
* applies an approval to an existing artifact, regardless of status, and sets the
* date and approvalDate elements of the approved artifact as well as for all resources
* it is composed of
* it is composed of. The user can optionally provide an artifactAssessmentType and an
* artifactAssessmentSummary for an cqfm-artifactComment extension.
*/
async approve(args: RequestArgs, { req }: RequestCtx) {
logger.info(`${req.method} ${req.path}`);
Expand Down

0 comments on commit 65581f1

Please sign in to comment.