Create Portal
Creates a new developer portal scoped in this region for this organization.
Request body
Example request
{
"name": "DevPortal",
"is_public": false,
"rbac_enabled": true,
"auto_approve_applications": false,
"auto_approve_developers": false,
"custom_domain": "api.example.com",
"custom_client_domain": "portal.example.com",
"default_application_auth_strategy_id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7"
}Response
Details about the portal that was created.
Example response
{
"id": "9f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"created_at": "2022-02-07T17:46:57.52Z",
"updated_at": "2022-10-08T17:00:00.52Z",
"name": "Portal A",
"display_name": "Developer Portal A",
"description": "The Portal A",
"default_domain": "123455678abcd.us.portal.konghq.com",
"is_public": false,
"rbac_enabled": true,
"auto_approve_applications": false,
"auto_approve_developers": true,
"custom_domain": "api.example.com",
"custom_client_domain": "portal.example.com",
"application_count": 0,
"developer_count": 0,
"published_product_count": 0
}Changes
Changed in 3 of the 52 revisions of this API.916
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
- ○
the request property
auto_approve_applicationsbecame nullablerequest-property-became-nullable
- ○
the request property
auto_approve_developersbecame nullablerequest-property-became-nullable
- ○
the request property
is_publicbecame nullablerequest-property-became-nullable
- ○
the request property
labels/additionalProperties/became nullablerequest-property-became-nullable
- ○
the request property
rbac_enabledbecame nullablerequest-property-became-nullable
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○