portalReactivate
Reactivate a portal The portalReactivate mutation accepts the following input: String
An example of the request is as follows:
mutation portalReactivate{
portalReactivate(guid:""){
guid
atomsphereAccountId
status
companyProfile{
guid
name
website
numOfEmployees
address
techFocusArea
industryFocus
programUseCase
}
}
}
portalReactivate(
guid: ID!
): Portal
Arguments
portalReactivate.guid ● ID! non-null scalar miscellaneous
Type
Portal object partner-portal
Was this topic helpful?