You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added GET /pacFiles to Retrieves the list of all PAC files which are in deployed state.(#203)
Added GET /pacFiles/{pacId}/version to Retrieves all versions of a PAC file based on the specified ID. (#203)
Added GET /pacFiles/{pacId}/version/{pacVersion} to Retrieves a specific version of a PAC file based on the specified ID. (#203)
Added POST /pacFiles to Adds a new custom PAC file.(#203)
Added DELETE /pacFiles/{pacId} to Deletes an existing PAC file including all of its versions based on the specified ID.(#203)
Added PUT /pacFiles/{pacId}/version/{pacVersion}/action/{pacVersionAction} to Performs the specified action on the PAC file version and updates the file status.(#203)
Added POST /pacFiles/validate to send the PAC file content for validation and returns the validation result.(#203)
Added POST /pacFiles/{pacId}/version/{clonedPacVersion} to Adds a new PAC file version by branching an existing version based on the specified ID. (#203)