Open Context Protocol is live! 🚀 Read the launch post

restoreCustomField

Restore custom field from trash

POST /rest/api/3/field/{id}/restore HTTP/1.1

Parameters

{
  "id": {
    "description": "The ID of a custom field.",
    "required": true,
    "location": "path",
    "type": "string"
  }
}

Response Schema

{}