Noyo Platform Group Structure API
The Platform Group Structure API from Noyo — 1 operation(s) for platform group structure.
The Platform Group Structure API from Noyo — 1 operation(s) for platform group structure.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/noyo-platform-group-structure-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
description: APIs to manage and consume information about Carriers
title: Noyo Carrier Carrier Mapped Field Platform Group Structure API
version: 1.0.0
servers: []
tags:
- name: Platform Group Structure
paths:
/ui/v1/platform_group_structures/{platform_group_structure_id}/{version}:
x-summary: Update a platform group structure
put:
description: Update a platform group structure based on the ID provided.
operationId: updatePlatformGroupStructureUI
parameters:
- description: Unique identifier of the platform group structure you want to edit.
in: path
name: platform_group_structure_id
required: true
schema:
example: 235bda1f-3f49-4502-be03-fd9179dfc10e
format: uuid
type: string
- description: Unique version of the platform group structure you want to edit.
in: path
name: version
required: true
schema:
example: 164c93ff-2101-4436-b187-125f73e965e2
format: uuid
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PlatformGroupStructureUpdateRequestUI'
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UIGroupPlatformGroupStructureResult'
description: Successful Response - Returns the modified Platform Group Structure
summary: Update a Platform Group Structure
tags:
- Platform Group Structure
components:
schemas:
PlatformStructurePlan:
properties:
carrier_id:
format: uuid
type: string
custom_plan_id:
type:
- string
- 'null'
id:
format: uuid
type:
- string
- 'null'
line_of_coverage:
type: string
name:
type:
- string
- 'null'
temporals:
items:
$ref: '#/components/schemas/PlatformStructureTemporalPlan'
type: array
required:
- carrier_id
- line_of_coverage
type: object
UIGroupPlatformGroupStructureResult:
properties:
created:
description: The date the record was created
type: integer
group_id:
description: Unique identifier of the group
format: uuid
type: string
id:
description: Unique identifier of the record in Noyo
format: uuid
type: string
modified:
description: The date the record was last updated
type: integer
organization_id:
description: Unique identifier of the organization
format: uuid
type: string
structure:
$ref: '#/components/schemas/PlatformStructure'
version:
description: Current version of the record
format: uuid
type: string
required:
- created
- group_id
- id
- modified
- organization_id
- version
type: object
x-field_order: []
PlatformStructureTemporalPlan:
properties:
configuration:
type:
- string
- 'null'
end_date:
description: Temporal end date of the record
example: '2020-01-01'
format: date
type:
- string
- 'null'
start_date:
description: Temporal start date of the record
example: '2019-01-01'
format: date
type: string
type: object
PlatformStructure:
properties:
plans:
items:
$ref: '#/components/schemas/PlatformStructurePlan'
type:
- array
- 'null'
type: object
PlatformGroupStructureUpdateRequestUI:
properties:
created:
description: The date the record was created
type: integer
group_id:
description: Unique identifier of the group
format: uuid
type: string
id:
description: Unique identifier of the record in Noyo
format: uuid
type: string
modified:
description: The date the record was last updated
type: integer
organization_id:
description: Unique identifier of the organization
format: uuid
type: string
structure:
$ref: '#/components/schemas/PlatformStructure'
version:
description: Current version of the record
format: uuid
type: string
required:
- created
- group_id
- id
- modified
- organization_id
- version
type: object
x-field_order: []