Update a Notification Template
patch
                    /api/v2/notification_templates/{id}/
Make a PUT or PATCH request to this resource to update this notification template. The following fields may be modified:
- name: Name of this notification template. (string, required)
- description: Optional description of this notification template. (string, default=- "")
- organization: (id, required)
- notification_type: (choice, required)- email: Email
- grafana: Grafana
- irc: IRC
- mattermost: Mattermost
- pagerduty: Pagerduty
- rocketchat: Rocket.Chat
- slack: Slack
- twilio: Twilio
- webhook: Webhook
 
- notification_configuration: (json, default=- {})
- messages: Optional custom messages for notification template. (json, default=- {'started': None, 'success': None, 'error': None, 'workflow_approval': None})
For a PATCH request, include only the fields that are being modified.
Request
Supported Media Types
                - application/json
Path Parameters
                
                
                
                Query Parameters
                - 
                        search(optional): string
                        
                        A search term.
Root Schema : schema
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            description(optional): 
            string
            
- 
            messages(optional): 
            string
            Optional custom messages for notification template.
- 
            name(optional): 
            string
            
- 
            notification_configuration(optional): 
            string
            
- 
            notification_type(optional): 
            string
            
- 
            organization(optional): 
            integer