Insert sharedparameter in project as Instance or Type

how its possible using API?


i cant find this option :
http://www.revitapidocs.com/2018.1/c3bed87a-956f-47c3-060c-0294c7ef43e7.htm

Does this help?

m.rijsmus , thanks for answer
but i am looking for API method to set instance or type project parameter

My bad)
solution already exist of course

if _instance[k]:
		bind = app.Create.NewInstanceBinding(cats)
	else:
		bind = app.Create.NewTypeBinding(cats)

this topic may be delete…