@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface UpdateContentStandardsSuccess

    interface UpdateContentStandardsSuccess {
        success: true;
        standards_id: string;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    success: true

    Indicates the update was applied successfully

    standards_id: string

    ID of the updated standards configuration

    context?: ContextObject
    ext?: ExtensionObject