get_parser.add_argument("activity_suspicion",required=False,default=20,type=int,help="How many users per local post+comment to consider suspicious",location="args")
get_parser.add_argument("csv",required=False,type=bool,help="Set to true to return just the domains as a csv. Mutually exclusive with domains",location="args")
get_parser.add_argument("domains",required=False,type=bool,help="Set to true to return just the domains as a list. Mutually exclusive with csv",location="args")
get_parser.add_argument("Client-Agent",default="unknown:0:unknown",type=str,required=False,help="The client name and version.",location="headers")
get_parser.add_argument("endorsements",required=False,default=1,type=int,help="Limit to this amount of endorsements of more",location="args")
get_parser.add_argument("domain",required=False,type=str,help="Filter by instance domain",location="args")
get_parser.add_argument("csv",required=False,type=bool,help="Set to true to return just the domains as a csv. Mutually exclusive with domains",location="args")
get_parser.add_argument("domains",required=False,type=bool,help="Set to true to return just the domains as a list. Mutually exclusive with csv",location="args")
put_parser.add_argument("Client-Agent",default="unknown:0:unknown",type=str,required=False,help="The client name and version.",location="headers")
put_parser.add_argument("domain",required=False,type=str,help="The instance domain. It MUST be alredy registered in https://overctrl.dbzer0.com",location="json")
put_parser.add_argument("guarantor",required=False,type=str,help="(Optiona) The domain of the guaranteeing instance. They will receive a PM to validate you",location="json")
patch_parser.add_argument("Authorization: apikey",type=str,required=True,help="The sending instance's API key.",location='headers')
patch_parser.add_argument("Client-Agent",default="unknown:0:unknown",type=str,required=False,help="The client name and version.",location="headers")
patch_parser.add_argument("domain",required=False,type=str,help="The instance domain. It MUST be alredy registered in https://overctrl.dbzer0.com",location="json")
patch_parser.add_argument("guarantor",required=False,type=str,help="(Optiona) The domain of the guaranteeing instance. They will receive a PM to validate you",location="json")