jakubczaplicki opened a new issue #19402:
URL: https://github.com/apache/airflow/issues/19402


   ### Describe the issue with documentation
   
   Oon 
https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_dag
   the payload in the example for PATCH  /dags/{dag_id} suggest that it's 
possible to update `schedule_interval` which is not true : 
    
   ```
   {
   "is_paused": true,
   "schedule_interval": {
   "__type": "string",
   "days": 0,
   "seconds": 0,
   "microseconds": 0
   }
   }
   ```
   
   ### How to solve the problem
   
   Update documentation removing the `schedule_interval` part from payload
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to