v1ProjectsProjectIdSnapshotsProjectSnapshotIdArchivePost method
Streams Archive With Project Audio @param project_id The ID of the Studio project. @param project_snapshot_id The ID of the Studio project snapshot. @param xi-api-key Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Implementation
@deprecated
Future<chopper.Response>
v1ProjectsProjectIdSnapshotsProjectSnapshotIdArchivePost({
required String? projectId,
required String? projectSnapshotId,
String? xiApiKey,
}) {
return _v1ProjectsProjectIdSnapshotsProjectSnapshotIdArchivePost(
projectId: projectId,
projectSnapshotId: projectSnapshotId,
xiApiKey: xiApiKey?.toString(),
);
}