@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface UpdateContentStandardsResponse

    Response from updating a content standards configuration

    interface UpdateContentStandardsResponse {
        standards_id?: string;
        errors?: Error[];
        conflicting_standards_id?: string;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    standards_id?: string

    ID of the updated standards configuration

    errors?: Error[]

    Errors that occurred during the update

    conflicting_standards_id?: string

    If scope change conflicts with another configuration, the ID of the conflicting standards

    context?: ContextObject
    ext?: ExtensionObject