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