diff --git a/API.md b/API.md
index bd72d868f..e9d8a7e0d 100644
--- a/API.md
+++ b/API.md
@@ -187,7 +187,6 @@
* [.MessageTraitable](#module_@asyncapi/parser+MessageTraitable) ⇐ Base
* [.headers()](#module_@asyncapi/parser+MessageTraitable+headers) ⇒ Schema
* [.header(name)](#module_@asyncapi/parser+MessageTraitable+header) ⇒ Schema
- * [.id()](#module_@asyncapi/parser+MessageTraitable+id) ⇒ string
* [.correlationId()](#module_@asyncapi/parser+MessageTraitable+correlationId) ⇒ CorrelationId
* [.schemaFormat()](#module_@asyncapi/parser+MessageTraitable+schemaFormat) ⇒ string
* [.contentType()](#module_@asyncapi/parser+MessageTraitable+contentType) ⇒ string
@@ -1578,7 +1577,6 @@ Implements functions to deal with a the common properties that Message and Messa
* [.MessageTraitable](#module_@asyncapi/parser+MessageTraitable) ⇐ Base
* [.headers()](#module_@asyncapi/parser+MessageTraitable+headers) ⇒ Schema
* [.header(name)](#module_@asyncapi/parser+MessageTraitable+header) ⇒ Schema
- * [.id()](#module_@asyncapi/parser+MessageTraitable+id) ⇒ string
* [.correlationId()](#module_@asyncapi/parser+MessageTraitable+correlationId) ⇒ CorrelationId
* [.schemaFormat()](#module_@asyncapi/parser+MessageTraitable+schemaFormat) ⇒ string
* [.contentType()](#module_@asyncapi/parser+MessageTraitable+contentType) ⇒ string
@@ -1622,10 +1620,6 @@ Implements functions to deal with a the common properties that Message and Messa
| --- | --- | --- |
| name | string
| Name of the header. |
-
-
-#### messageTraitable.id() ⇒ string
-**Kind**: instance method of [MessageTraitable
](#module_@asyncapi/parser+MessageTraitable)
#### messageTraitable.correlationId() ⇒ CorrelationId
@@ -3780,8 +3774,8 @@ The complete list of parse configuration options used to parse the given data.
| Name | Type | Description |
| --- | --- | --- |
| [path] | String
| Path to the AsyncAPI document. It will be used to resolve relative references. Defaults to current working dir. |
-| [parse] | Object
| Options object to pass to [json-schema-ref-parser](https://apitools.dev/json-schema-ref-parser/docs/options.html). |
-| [resolve] | Object
| Options object to pass to [json-schema-ref-parser](https://apitools.dev/json-schema-ref-parser/docs/options.html). |
+| [parse] | Object
| Options object to pass to [json-schema-ref-parser](https://apidevtools.org/json-schema-ref-parser/docs/options.html). |
+| [resolve] | Object
| Options object to pass to [json-schema-ref-parser](https://apidevtools.org/json-schema-ref-parser/docs/options.html). |
| [applyTraits] | Boolean
| Whether to resolve and apply traits or not. Defaults to true. |