/pubSite
Methods
GET
                            
                            Gets the list of Publishing Sites.
                                
Fields Parameter
Request Query Parameters
None
Example Response
POST
                            
                            Adds a Publishing Site.
Request Parameters
                                
                                
                                Example Response
/pubSite/{id}
Methods
GET
                            
                            Gets the Publishing Site associated with {id}.
                                
Fields Parameter
Request Parameters
None
Example Response
PATCH
                            
                            Edits the Publishing Site associated with {id}, changing only the passed in fields.
Request Parameters
(All fields are optional)
See /PubSite::POST for parameters.
Example Response
DELETE
                            
                            Deletes the Publishing Site associated with {id}, depending on access and permissions.
Request Parameters
None
