@@ -913,7 +913,7 @@ The following sets of tools are available:
913913 - ` owner ` : Repository owner (username or organization) (string, required)
914914 - ` replace_parent ` : If true, reparent the sub-issue if it already has a parent (boolean, optional)
915915 - ` repo ` : Repository name (string, required)
916- - ` sub_issue_id ` : The global node ID of the issue to add as a sub- issue (number, required)
916+ - ` sub_issue_id ` : The ID of the sub- issue to add. ID is not the same as issue number (number, required)
917917
918918- ** create_issue** - Create Issue
919919 - ** Required OAuth Scopes** : ` repo `
@@ -927,16 +927,16 @@ The following sets of tools are available:
927927 - ` issue_number ` : The parent issue number (number, required)
928928 - ` owner ` : Repository owner (username or organization) (string, required)
929929 - ` repo ` : Repository name (string, required)
930- - ` sub_issue_id ` : The global node ID of the sub-issue to remove (number, required)
930+ - ` sub_issue_id ` : The ID of the sub-issue to remove. ID is not the same as issue number (number, required)
931931
932932- ** reprioritize_sub_issue** - Reprioritize Sub-Issue
933933 - ** Required OAuth Scopes** : ` repo `
934- - ` after_id ` : The global node ID of the sub-issue to place this after (optional ) (number, optional)
935- - ` before_id ` : The global node ID of the sub-issue to place this before (optional ) (number, optional)
934+ - ` after_id ` : The ID of the sub-issue to place this after (either after_id OR before_id should be specified ) (number, optional)
935+ - ` before_id ` : The ID of the sub-issue to place this before (either after_id OR before_id should be specified ) (number, optional)
936936 - ` issue_number ` : The parent issue number (number, required)
937937 - ` owner ` : Repository owner (username or organization) (string, required)
938938 - ` repo ` : Repository name (string, required)
939- - ` sub_issue_id ` : The global node ID of the sub-issue to reorder (number, required)
939+ - ` sub_issue_id ` : The ID of the sub-issue to reorder. ID is not the same as issue number (number, required)
940940
941941- ** update_issue_assignees** - Update Issue Assignees
942942 - ** Required OAuth Scopes** : ` repo `
@@ -962,7 +962,7 @@ The following sets of tools are available:
962962- ** update_issue_milestone** - Update Issue Milestone
963963 - ** Required OAuth Scopes** : ` repo `
964964 - ` issue_number ` : The issue number to update (number, required)
965- - ` milestone ` : The milestone number to set on the issue (number , required)
965+ - ` milestone ` : The milestone number to set on the issue (integer , required)
966966 - ` owner ` : Repository owner (username or organization) (string, required)
967967 - ` repo ` : Repository name (string, required)
968968
0 commit comments