Add new rule.
Add new rule.
Created
Bad Request
Unauthorized
Internal Server Error
{- "componentId": "1",
- "versionId": "1",
- "licenseId": "1",
- "description": "description",
- "noticesText": "Sample Notices Text",
- "auditNotes": "Sample Audit Notes",
- "asFoundLicenseText": "Sample from file LICENSE.txt in file @file in the materials.",
- "fileInfo": [
- {
- "name": "fileName",
- "md5": "md5"
}
]
}
Update existing rule.
Update existing rule.
OK
Bad Request
Unauthorized
Internal Server Error
{- "id": "1",
- "componentId": "1",
- "versionId": "1",
- "licenseId": "1",
- "description": "description",
- "noticesText": "Sample Notices Text",
- "auditNotes": "Sample Audit Notes",
- "asFoundLicenseText": "Sample from file LICENSE.txt in file @file in the materials",
- "fileInfo": [
- {
- "name": "fileName",
- "md5": "md5"
}
]
}