Skip to content

Commit

Permalink
deploy: b5f1ab3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-venturini committed Nov 14, 2024
1 parent fdd1a6a commit 66d1676
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ <h1 id='error-codes'>Error codes</h1>
<p>Certain <code>4xx</code> errors, notably the <code>410</code> Gone status, indicate that a requested resource (such as an actor_profile or a talent_agency) has been merged with another and is no longer available at the original URL. The response will include the ID of the new resource, and clients should use this ID to access the merged resource.</p>
<h1 id='changelog'>Changelog</h1>
<ul>
<li>(2024-11-14) <strong>ActorProfile#show</strong>: Add new field <code>working_permits</code></li>
<li>(2024-11-14) <strong>ActorProfile#show</strong>: Add new fields <code>working_permits</code> and <code>attribute_visibility.working_permits</code></li>
<li>(2024-10-29) <strong>ActorProfile#show</strong>: Add <code>:thumb_large</code> 500x500 profile picture option</li>
<li>(2024-10-28) <strong>API</strong>: Optional OAuth Authorization added to all endpoints<br></li>
<li>(2024-09-26) <strong>ActorProfile#show</strong>: Add new fields <code>ethnic_background</code>, <code>ethnic_background_details</code> and <code>ethnic_background_custom</code><br></li>
Expand Down Expand Up @@ -805,7 +805,8 @@ <h2 id='get-a-specific-actor-profile'>Get a specific actor profile</h2><div clas
</span><span class="nl">"acting_age"</span><span class="p">:</span><span class="w"> </span><span class="s2">"public"</span><span class="p">,</span><span class="w">
</span><span class="nl">"gender"</span><span class="p">:</span><span class="w"> </span><span class="s2">"public"</span><span class="p">,</span><span class="w">
</span><span class="nl">"ethnic_appearances"</span><span class="p">:</span><span class="w"> </span><span class="s2">"private"</span><span class="p">,</span><span class="w">
</span><span class="nl">"figures"</span><span class="p">:</span><span class="w"> </span><span class="s2">"private"</span><span class="w">
</span><span class="nl">"figures"</span><span class="p">:</span><span class="w"> </span><span class="s2">"private"</span><span class="p">,</span><span class="w">
</span><span class="nl">"working_permits"</span><span class="p">:</span><span class="w"> </span><span class="s2">"public"</span><span class="w">
</span><span class="p">},</span><span class="w">
</span><span class="nl">"talent_agency_connections"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
</span><span class="p">{</span><span class="w">
Expand Down Expand Up @@ -1249,7 +1250,7 @@ <h3 id='response-fields-2'>Response fields</h3>
<tr>
<td>attribute_visibility</td>
<td>hash</td>
<td>Indicates per attribute <code>age</code>, <code>acting_age</code>, <code>gender</code>, <code>ethnic_appearances</code> and <code>figures</code> whether these are publicly visible on Filmmakers (<code>public</code>) or only visible to verified casting professionals (<code>private</code>)</td>
<td>Indicates per attribute <code>age</code>, <code>acting_age</code>, <code>gender</code>, <code>ethnic_appearances</code>, <code>figures</code> and <code>working_permits</code> whether these are publicly visible on Filmmakers (<code>public</code>) or only visible to verified casting professionals (<code>private</code>)</td>
</tr>
<tr>
<td>profile_visibility</td>
Expand Down

0 comments on commit 66d1676

Please sign in to comment.