#4828 api/project: fix copypasta in "Update project watchers" API docs
Merged 3 years ago by pingou. Opened 3 years ago by decathorpe.

file modified
-9
@@ -1917,9 +1917,6 @@

      +------------------+---------+--------------+---------------------------+

      | Key              | Type    | Optionality  | Description               |

      +==================+=========+==============+===========================+

-     | ``repo``         | string  | Mandatory    | | The name of the project |

-     |                  |         |              |   to fork.                |

-     +------------------+---------+--------------+---------------------------+

      | ``status``       | string  | Mandatory    | | The new watch status to |

      |                  |         |              |   set on that project.    |

      |                  |         |              |   (See options below)     |
@@ -1928,12 +1925,6 @@

      |                  |         |              |   changing their watch    |

      |                  |         |              |   status.                 |

      +------------------+---------+--------------+---------------------------+

-     | ``namespace``    | string  | Optional     | | The namespace of the    |

-     |                  |         |              |   project to fork.        |

-     +------------------+---------+--------------+---------------------------+

-     | ``username``     | string  | Optional     | | The username of the user|

-     |                  |         |              |   of the fork.            |

-     +------------------+---------+--------------+---------------------------+

  

      Watch Status

      ^^^^^^^^^^^^

It looks like the removed table rows were only there by some copypasta (probably the "fork project" table was used as a template, and the rows that don't apply here just weren't removed).

Looking at the jenkins failure, it seems the email_validator package isn't getting installed in one environment.

Yeah, this will be fixed with the merge of #4826, once it's passing CI.

rebased onto c30799e01aa2235cc3367f1346baf6b27d568f9d

3 years ago

rebased onto 365ead9

3 years ago

Pull-Request has been merged by pingou

3 years ago