ReadMe integration (Developer Tools, Productivity). Imported from open-connector.
https://dash.readme.com/api/v1/
/version
/version/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| versionId | string | optional | The semver identifier for the project version, preferably the version_clean val… |
| input | string | required | Path parameter: input |
/version
| Param | Type | Required | Description |
|---|---|---|---|
| version | string | required | The semantic version identifier for the ReadMe project version. |
| codename | string | optional | The codename for the ReadMe project version. |
| from | string | required | The semantic version to use as the base fork. |
| is_stable | boolean | optional | Whether this version should be the main stable version. |
| is_beta | boolean | optional | Whether this version is beta. |
| is_hidden | boolean | optional | Whether this version is hidden. |
| is_deprecated | boolean | optional | Whether this version is deprecated. |
| pdfStatus | string | optional | The PDF generation status for the version. |
/version/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| versionId | string | required | The semver identifier for the ReadMe project version to update. |
| version | string | optional | The semantic version identifier for the ReadMe project version. |
| codename | string | optional | The codename for the ReadMe project version. |
| from | string | optional | The semantic version to use as the base fork. |
| is_stable | boolean | optional | Whether this version should be the main stable version. |
| is_beta | boolean | optional | Whether this version is beta. |
| is_hidden | boolean | optional | Whether this version is hidden. |
| is_deprecated | boolean | optional | Whether this version is deprecated. |
| pdfStatus | string | optional | The PDF generation status for the version. |
| input | string | required | Path parameter: input |
/version/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| versionId | string | optional | The semver identifier for the project version, preferably the version_clean val… |
| input | string | required | Path parameter: input |
/categories
| Param | Type | Required | Description |
|---|---|---|---|
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| perPage | integer | optional | The number of items to include per page. ReadMe accepts values up to 100. |
| page | integer | optional | The one-based page number to request. |
/categories
| Param | Type | Required | Description |
|---|---|---|---|
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| title | string | required | A short title for the category. |
| type | string | optional | The ReadMe category type. |
/categories/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The URL-safe ReadMe slug to request. |
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| input | string | required | Path parameter: input |
/categories/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The URL-safe ReadMe category slug to update. |
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| title | string | optional | A short title for the category. |
| type | string | optional | The ReadMe category type. |
| input | string | required | Path parameter: input |
/categories/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The URL-safe ReadMe slug to request. |
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| input | string | required | Path parameter: input |
/categories/{input}/docs
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The URL-safe ReadMe slug to request. |
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| input | string | required | Path parameter: input |
/docs/search
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | required | The search text to look for in ReadMe docs. |
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
/docs
| Param | Type | Required | Description |
|---|---|---|---|
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| title | string | optional | The title of the ReadMe doc. |
| type | string | optional | The ReadMe doc page type. |
| body | string | optional | The ReadMe-flavored Markdown body content for the page. |
| category | string | optional | The ReadMe category ID for the page. |
| categorySlug | string | optional | The ReadMe category slug for the page. |
| hidden | boolean | optional | Whether the doc is hidden. |
| order | integer | optional | The position of the doc in the project sidebar. |
| parentDoc | string | optional | The parent doc ID if the page is a subpage. |
| parentDocSlug | string | optional | The parent doc slug if the page is a subpage. |
| error | object | optional | Deprecated error-page metadata for ReadMe docs. |
/docs/{slug}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The URL-safe ReadMe doc slug to request. |
| production | boolean | optional | Whether to request the production version of the doc. |
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
/docs/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | optional | The URL-safe ReadMe doc slug to update. |
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| title | string | optional | The title of the ReadMe doc. |
| type | string | optional | The ReadMe doc page type. |
| body | string | optional | The ReadMe-flavored Markdown body content for the page. |
| category | string | optional | The ReadMe category ID for the page. |
| categorySlug | string | optional | The ReadMe category slug for the page. |
| hidden | boolean | optional | Whether the doc is hidden. |
| order | integer | optional | The position of the doc in the project sidebar. |
| parentDoc | string | optional | The parent doc ID if the page is a subpage. |
| parentDocSlug | string | optional | The parent doc slug if the page is a subpage. |
| error | object | optional | Deprecated error-page metadata for ReadMe docs. |
| input | string | required | Path parameter: input |
/docs/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The URL-safe ReadMe slug to request. |
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| input | string | required | Path parameter: input |
/custompages
| Param | Type | Required | Description |
|---|---|---|---|
| perPage | integer | optional | The number of items to include per page. ReadMe accepts values up to 100. |
| page | integer | optional | The one-based page number to request. |
/custompages
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The title of the ReadMe custom page. |
| body | string | optional | The Markdown body content for the custom page. |
| html | string | optional | The HTML body content for the custom page. |
| htmlmode | boolean | optional | Whether ReadMe should display html instead of body. |
| hidden | boolean | optional | Whether the custom page is hidden. |
/custompages/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | optional | The URL-safe ReadMe custom page slug to request. |
| input | string | required | Path parameter: input |
/custompages/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The URL-safe ReadMe custom page slug to update. |
| title | string | optional | The title of the ReadMe custom page. |
| body | string | optional | The Markdown body content for the custom page. |
| html | string | optional | The HTML body content for the custom page. |
| htmlmode | boolean | optional | Whether ReadMe should display html instead of body. |
| hidden | boolean | optional | Whether the custom page is hidden. |
| input | string | required | Path parameter: input |
/custompages/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | optional | The URL-safe ReadMe custom page slug to delete. |
| input | string | required | Path parameter: input |
/changelogs
| Param | Type | Required | Description |
|---|---|---|---|
| perPage | integer | optional | The number of items to include per page. ReadMe accepts values up to 100. |
| page | integer | optional | The one-based page number to request. |
/changelogs
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The title of the ReadMe changelog entry. |
| type | string | optional | The ReadMe changelog entry type. |
| body | string | required | The body content of the ReadMe changelog entry. |
| hidden | boolean | optional | Whether the changelog entry is hidden. |
/changelogs/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | optional | The URL-safe ReadMe changelog slug to request. |
| input | string | required | Path parameter: input |
/changelogs/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The URL-safe ReadMe changelog slug to update. |
| title | string | optional | The title of the ReadMe changelog entry. |
| type | string | optional | The ReadMe changelog entry type. |
| body | string | optional | The body content of the ReadMe changelog entry. |
| hidden | boolean | optional | Whether the changelog entry is hidden. |
| input | string | required | Path parameter: input |
/changelogs/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | optional | The URL-safe ReadMe changelog slug to delete. |
| input | string | required | Path parameter: input |
/api-specification
| Param | Type | Required | Description |
|---|---|---|---|
| version | string | optional | The optional ReadMe project version to send with the x-readme-version header, f… |
| perPage | integer | optional | The number of items to include per page. ReadMe accepts values up to 100. |
| page | integer | optional | The one-based page number to request. |
/api-specification/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The API specification ID to delete. |
| input | string | required | Path parameter: input |
/api-registry/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | optional | The API Registry UUID to retrieve from ReadMe. |
| input | string | required | Path parameter: input |
/schema
/outbound-ips
/owlbot/ask
| Param | Type | Required | Description |
|---|---|---|---|
| question | string | optional | The question to ask Owlbot. |