Skip to main content
PUT
Create or update a document

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials flow. Contact timeback@trilogy.com to request credentials for your application.

Path Parameters

sourcedId
string
required

Unique identifier of the CASE entity

Body

application/json

A CASE document

identifier
string
required

The unique identifier for this document

uri
string<uri>
required

URI that identifies this CASE entity

creator
string
required

The creator of the document

title
string
required

The title of the document

caseVersion
enum<string>
required

The CASE version for the CFDocument. Currently, the only expected value is 1.1 since this field does not exist for previous versions

Available options:
1.1
lastChangeDateTime
string<date-time>
required

Date/time when the entity was last modified

frameworkType
string

Specify the framework type of the CFDocument

officialSourceURL
string<uri>

URL of the official source of this document

publisher
string

The publisher of the document

description
string

A human readable description of the document

subject
string[]

List of subjects covered by this document

subjectURI
object[]

List of subject references for this document

language
string

Language code for this document

version
string

Version of the document

adoptionStatus
string

Current adoption status of the document

statusStartDate
string<date>

Start date of the current status

statusEndDate
string<date>

End date of the current status

licenseURI
object

A generic link type containing identifier, uri and title

notes
string

Additional notes about the document

extensions
object

Additional properties for the document

CFPackageURI
object

A generic link type containing identifier, uri and title

Response

Successful operation