Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
EditReleaseAction
Interface EditReleaseAction
Edits an existing release, updating the metadata.
interface
EditReleaseAction
{
actionType
:
"sanity.action.release.edit"
;
releaseId
:
string
;
patch
:
PatchOperations
;
}
Index
Properties
action
Type
release
Id
patch
Properties
action
Type
actionType
:
"sanity.action.release.edit"
release
Id
releaseId
:
string
patch
patch
:
PatchOperations
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Type
release
Id
patch
Sanity Library Reference Docs
Loading...
Edits an existing release, updating the metadata.